Html Css Color HEX #96FA7D Light Green

📋 copy color: '#96FA7D'

red 150 ◦ green 250 ◦ blue 125

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

Shades of Light Green #96FA7D

Tints of Light Green #96FA7D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.62%

 BLUE value IS 125 (49.22% from 255) = 23.81%

R = 28.57%
G = 47.62%
B = 23.81%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#96FA7D (or 0x96FA7D) is known color: Light Green. HEX triplet: 96, FA and 7D. RGB value is (150,250,125). Sum of RGB (Red+Green+Blue) = 150+250+125=525 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.57% from 525); Green value is 250 (98.05% from 255 or 47.62% from 525); Blue value is 125 (49.22% from 255 or 23.81% from 525); Max value from RGB is 250 - color contains mainly: green. Hex color #96FA7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FA7D is #690582. Grayscale: #CECECE. Windows color (decimal): -6882691 or 8256150. OLE color: 8256150.

HSL color Cylindrical-coordinate representation of color #96FA7D: hue angle of 108º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #96FA7D is Cyan = 0.4, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 250 125 -
CMYK 0.4 0 0.50 0.02
HSL 108º 0.93% 0.74% -
HSV(B) 108º 0.5% 0.98% -
XYZ 50.46 76.34 31.48 -
YUV 205.85 82.37 88.16 -
System Red Green Blue C M Y K H S L
Decimal 150 250 125 0.4 0 0.50 0.02 108 0.93 0.74
Hex 96 FA 7D 28 0 32 2 6C 5D 4A
Octal 226 372 175 50 0 62 2 154 135 112
Binary 10010110 11111010 1111101 101000 0 110010 10 1101100 1011101 1001010

Color Harmonies of #96FA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FA7D

Black with #96FA7D

Text Example


Text Example

White with #96FA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,250,125); }

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

background-color css

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

 a { background-color: rgb(150,250,125); }

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

border-color css

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

 span { border-color: rgb(150,250,125); }

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