COLOR #95EF64

HEX: #95EF64
RGB: (149,239,100)

Renk bilgisi

#95EF64 contains mainly green color. #95EF64 ‘ nin web güvenlik rengi #99FF66 (ya da #9F6) dir.

RGB renk modeli

#95EF64 color RGB value is (149,239,100).

  • kırmız ton 149;
  • yeşil ton 239;
  • mavi ton 100.
RGB:
(149,239,100)
(58%,94%,39%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 239 of 255 = 94%
B 100 of 255 = 39%

149
239
100

R + G + B ~ 64%. #95EF64 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 239 + 100 = 488 (100%)
R 149 of 488 ~ 30.53%
G 239 of 488 ~ 48.98%
B 100 of 488 ~ 20.49%

%30.53
%48.98
%20.49

CMYK RENK MODELİ

#95EF64 rengi CMYK tonu (38,0,58,6).

  • camgöbeği tonu 37.66%
  • eflatun tonu 0.00%
  • sarı tonu 58.16%
  • ana renk tonu 6.27%
CMYK:
(38,0,58,6)
C38M0Y58K6 
(38%,0%,58%,6%)
(0.38/0.00/0.58/0.06)	

CMYK yüzdeleri

%37.66
%0
%58.16
%6.27

Codes

Color #95EF64 in popluar color models

95EF64
RGB149239100
HSL99°81.29%66.47%
HSB/HSV99°58.16%93.73%
CMYK37.66%0.00%58.16%
6.27%

Color #95EF64 in popluar number systems.

HEX95EF64
Decimal149239100
Binary10010101111011111100100
Octal225357144

Shades and tints

Shades of #95EF64

#95EF64
(149,239,100)
#88DA5B
(136,218,91)
#7BC552
(123,197,82)
#6EB049
(110,176,73)
#619B40
(97,155,64)
#548637
(84,134,55)
#47712E
(71,113,46)
#3A5C25
(58,92,37)
#2D471C
(45,71,28)
#203213
(32,50,19)
#131D0A
(19,29,10)
#000000
(0,0,0)

Tints of #95EF64

#95EF64
(149,239,100)
#9EF072
(158,240,114)
#A7F180
(167,241,128)
#B0F28E
(176,242,142)
#B9F39C
(185,243,156)
#C2F4AA
(194,244,170)
#CBF5B8
(203,245,184)
#D4F6C6
(212,246,198)
#DDF7D4
(221,247,212)
#E6F8E2
(230,248,226)
#EFF9F0
(239,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95EF64 color. Also use rgb(149,239,100) instead hex code.

Text Font Color

.myTextColor { color: #95EF64; }

<p style="color:#95EF64">This sample text font color is #95EF64.</p>

This text font color is #95EF64.


Background Color

.myBgColor { background-color: #95EF64; }

<div style="background-color:#95EF64">Inner text</div>

This div background color is #95EF64.


Border color

.myBorderColor { border: 1px solid #95EF64; }

<div style="border:3px solid #95EF64">Div</div>

This div border color is #95EF64.


Opacity

.myOpacity80 { color: #95EF64; opacity: 0.8; }

<p style="color:#95EF64;opacity:0.8;">80%</p>

Text with #95EF64 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #95EF64;}

<p style="text-shadow: 3px 3px 1px #95EF64">Text here.</p>

This text has shadow with #95EF64 color.

.textShadow {text-shadow: 3px 3px 1px #95EF64, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #95EF64, 5px 5px 20px red">Text here.</p>

This text has shadow with #95EF64 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#95EF64, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#95EF64, Direction=45, Strength=4)">Text</p>

This text has shadow with #95EF64 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #95EF64;
  -webkit-box-shadow:	1px 1px 3px 2px #95EF64;
  box-shadow:		1px 1px 3px 2px #95EF64;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #95EF64;
-webkit-box-shadow: 1px 1px 3px 2px #95EF64;
box-shadow:1px 1px 3px 2px #95EF64;">
Div content here</div>
This div box has shadow with color #95EF64.

Preview

Color preview on black background

This text has color #95EF64 on black background.


Color preview on white background

This text has color #95EF64 on white background.



Black color preview on #95EF64 background

This text has black color on #95EF64 background.


White color preview on #95EF64 background

This text has white color on #95EF64 background.