Html Css Color HEX #96F77A Light Green

📋 copy color: '#96F77A'

red 150 ◦ green 247 ◦ blue 122

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

Shades of Light Green #96F77A

Tints of Light Green #96F77A

RGB

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

 GREEN value IS 247 (96.88% from 255) = 47.59%

 BLUE value IS 122 (48.05% from 255) = 23.51%

R = 28.9%
G = 47.59%
B = 23.51%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#96F77A (or 0x96F77A) is known color: Light Green. HEX triplet: 96, F7 and 7A. RGB value is (150,247,122). Sum of RGB (Red+Green+Blue) = 150+247+122=519 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.90% from 519); Green value is 247 (96.88% from 255 or 47.59% from 519); Blue value is 122 (48.05% from 255 or 23.51% from 519); Max value from RGB is 247 - color contains mainly: green. Hex color #96F77A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F77A is #690885. Grayscale: #CCCCCC. Windows color (decimal): -6883462 or 8058774. OLE color: 8058774.

HSL color Cylindrical-coordinate representation of color #96F77A: hue angle of 106.56º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96F77A is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB 150 247 122 -
CMYK 0.39 0 0.51 0.03
HSL 106.56º 0.89% 0.72% -
HSV(B) 106.56º 0.51% 0.97% -
XYZ 49.35 74.41 30.17 -
YUV 203.75 81.86 89.66 -
System Red Green Blue C M Y K H S L
Decimal 150 247 122 0.39 0 0.51 0.03 106.56 0.89 0.72
Hex 96 F7 7A 27 0 33 3 6B 59 48
Octal 226 367 172 47 0 63 3 153 131 110
Binary 10010110 11110111 1111010 100111 0 110011 11 1101011 1011001 1001000

Color Harmonies of #96F77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F77A

Black with #96F77A

Text Example


Text Example

White with #96F77A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,247,122); }

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

background-color css

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

 a { background-color: rgb(150,247,122); }

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

border-color css

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

 span { border-color: rgb(150,247,122); }

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