Html Css Color HEX #96FB7A Light Green

📋 copy color: '#96FB7A'

red 150 ◦ green 251 ◦ blue 122

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

Shades of Light Green #96FB7A

Tints of Light Green #96FB7A

RGB

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

 GREEN value IS 251 (98.44% from 255) = 47.99%

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

R = 28.68%
G = 47.99%
B = 23.33%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#96FB7A (or 0x96FB7A) is known color: Light Green. HEX triplet: 96, FB and 7A. RGB value is (150,251,122). Sum of RGB (Red+Green+Blue) = 150+251+122=523 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.68% from 523); Green value is 251 (98.44% from 255 or 47.99% from 523); Blue value is 122 (48.05% from 255 or 23.33% from 523); Max value from RGB is 251 - color contains mainly: green. Hex color #96FB7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FB7A is #690485. Grayscale: #CECECE. Windows color (decimal): -6882438 or 8059798. OLE color: 8059798.

HSL color Cylindrical-coordinate representation of color #96FB7A: hue angle of 106.98º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96FB7A is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 251 122 -
CMYK 0.40 0 0.51 0.02
HSL 106.98º 0.94% 0.73% -
HSV(B) 106.98º 0.51% 0.98% -
XYZ 50.59 76.88 30.59 -
YUV 206.1 80.54 87.99 -
System Red Green Blue C M Y K H S L
Decimal 150 251 122 0.40 0 0.51 0.02 106.98 0.94 0.73
Hex 96 FB 7A 28 0 33 2 6B 5E 49
Octal 226 373 172 50 0 63 2 153 136 111
Binary 10010110 11111011 1111010 101000 0 110011 10 1101011 1011110 1001001

Color Harmonies of #96FB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FB7A

Black with #96FB7A

Text Example


Text Example

White with #96FB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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