Html Css Color HEX #96EF95 Light Green

📋 copy color: '#96EF95'

red 150 ◦ green 239 ◦ blue 149

#96EF95
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Green #96EF95

Tints of Light Green #96EF95

RGB

 RED value IS 150 (58.98% from 255) = 27.88%

 GREEN value IS 239 (93.75% from 255) = 44.42%

 BLUE value IS 149 (58.59% from 255) = 27.7%

R = 27.88%
G = 44.42%
B = 27.7%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#96EF95 (or 0x96EF95) is known color: Light Green. HEX triplet: 96, EF and 95. RGB value is (150,239,149). Sum of RGB (Red+Green+Blue) = 150+239+149=538 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.88% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 239 - color contains mainly: green. Hex color #96EF95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EF95 is #69106A. Grayscale: #CACACA. Windows color (decimal): -6885483 or 9826198. OLE color: 9826198.

HSL color Cylindrical-coordinate representation of color #96EF95: hue angle of 119.33º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96EF95 is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 239 149 -
CMYK 0.37 0 0.38 0.06
HSL 119.33º 0.74% 0.76% -
HSV(B) 119.33º 0.38% 0.94% -
XYZ 48.87 70.39 39.44 -
YUV 202.13 98.01 90.82 -
System Red Green Blue C M Y K H S L
Decimal 150 239 149 0.37 0 0.38 0.06 119.33 0.74 0.76
Hex 96 EF 95 25 0 26 6 77 4A 4C
Octal 226 357 225 45 0 46 6 167 112 114
Binary 10010110 11101111 10010101 100101 0 100110 110 1110111 1001010 1001100

Color Harmonies of #96EF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EF95

Black with #96EF95

Text Example


Text Example

White with #96EF95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96EF95; }

 p { color: rgb(150,239,149); }

 H1.HeaderClassName
 {
   color: #96EF95;
 }
 .AnyTagClassName
 {
   color: #96EF95;
 }
</style>

background-color css

<style>
 a { background-color: #96EF95; }

 a { background-color: rgb(150,239,149); }

 div.DivClassName
 {
   background-color: #96EF95;
 }
 .BgClassName
 {
   background-color: #96EF95;
 }
</style>

border-color css

<style>
 span { border-color: #96EF95; }

 span { border-color: rgb(150,239,149); }

 td.TdClassName
 {
   border-color: #96EF95;
 }
 .TagClassName
 {
   border-color: #96EF95;
 }
</style>