Html Css Color HEX #96FF72 Light Green

📋 copy color: '#96FF72'

red 150 ◦ green 255 ◦ blue 114

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

Shades of Light Green #96FF72

Tints of Light Green #96FF72

RGB

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

 GREEN value IS 255 (100% from 255) = 49.13%

 BLUE value IS 114 (44.92% from 255) = 21.97%

R = 28.9%
G = 49.13%
B = 21.97%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#96FF72 (or 0x96FF72) is known color: Light Green. HEX triplet: 96, FF and 72. RGB value is (150,255,114). Sum of RGB (Red+Green+Blue) = 150+255+114=519 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.90% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 114 (44.92% from 255 or 21.97% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #96FF72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FF72 is #69008D. Grayscale: #CFCFCF. Windows color (decimal): -6881422 or 7536534. OLE color: 7536534.

HSL color Cylindrical-coordinate representation of color #96FF72: hue angle of 104.68º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #96FF72 is Cyan = 0.41, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB 150 255 114 -
CMYK 0.41 0 0.55 0
HSL 104.68º 1% 0.72% -
HSV(B) 104.68º 0.55% 1% -
XYZ 51.37 79.22 28.5 -
YUV 207.53 75.21 86.96 -
System Red Green Blue C M Y K H S L
Decimal 150 255 114 0.41 0 0.55 0 104.68 1 0.72
Hex 96 FF 72 29 0 37 0 69 64 48
Octal 226 377 162 51 0 67 0 151 144 110
Binary 10010110 11111111 1110010 101001 0 110111 0 1101001 1100100 1001000

Color Harmonies of #96FF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FF72

Black with #96FF72

Text Example


Text Example

White with #96FF72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,255,114); }

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

background-color css

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

 a { background-color: rgb(150,255,114); }

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

border-color css

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

 span { border-color: rgb(150,255,114); }

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