Html Css Color HEX #96ED81 Light Green

📋 copy color: '#96ED81'

red 150 ◦ green 237 ◦ blue 129

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

Shades of Light Green #96ED81

Tints of Light Green #96ED81

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.93%

 BLUE value IS 129 (50.78% from 255) = 25%

R = 29.07%
G = 45.93%
B = 25%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#96ED81 (or 0x96ED81) is known color: Light Green. HEX triplet: 96, ED and 81. RGB value is (150,237,129). Sum of RGB (Red+Green+Blue) = 150+237+129=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 237 (92.97% from 255 or 45.93% from 516); Blue value is 129 (50.78% from 255 or 25% from 516); Max value from RGB is 237 - color contains mainly: green. Hex color #96ED81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96ED81 is #69127E. Grayscale: #C7C7C7. Windows color (decimal): -6886015 or 8514966. OLE color: 8514966.

HSL color Cylindrical-coordinate representation of color #96ED81: hue angle of 108.33º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #96ED81 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 237 129 -
CMYK 0.37 0 0.46 0.07
HSL 108.33º 0.75% 0.72% -
HSV(B) 108.33º 0.46% 0.93% -
XYZ 46.82 68.64 31.55 -
YUV 198.68 88.68 93.28 -
System Red Green Blue C M Y K H S L
Decimal 150 237 129 0.37 0 0.46 0.07 108.33 0.75 0.72
Hex 96 ED 81 25 0 2E 7 6C 4B 48
Octal 226 355 201 45 0 56 7 154 113 110
Binary 10010110 11101101 10000001 100101 0 101110 111 1101100 1001011 1001000

Color Harmonies of #96ED81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ED81

Black with #96ED81

Text Example


Text Example

White with #96ED81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,237,129); }

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

background-color css

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

 a { background-color: rgb(150,237,129); }

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

border-color css

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

 span { border-color: rgb(150,237,129); }

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