Html Css Color HEX #96FB70 Light Green

📋 copy color: '#96FB70'

red 150 ◦ green 251 ◦ blue 112

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

Shades of Light Green #96FB70

Tints of Light Green #96FB70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.83%

R = 29.24%
G = 48.93%
B = 21.83%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#96FB70 (or 0x96FB70) is known color: Light Green. HEX triplet: 96, FB and 70. RGB value is (150,251,112). Sum of RGB (Red+Green+Blue) = 150+251+112=513 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.24% from 513); Green value is 251 (98.44% from 255 or 48.93% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 251 - color contains mainly: green. Hex color #96FB70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FB70 is #69048F. Grayscale: #CDCDCD. Windows color (decimal): -6882448 or 7404438. OLE color: 7404438.

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

Color convert

RGB 150 251 112 -
CMYK 0.40 0 0.55 0.02
HSL 103.6º 0.95% 0.71% -
HSV(B) 103.6º 0.55% 0.98% -
XYZ 50 76.65 27.49 -
YUV 204.96 75.54 88.8 -
System Red Green Blue C M Y K H S L
Decimal 150 251 112 0.40 0 0.55 0.02 103.6 0.95 0.71
Hex 96 FB 70 28 0 37 2 68 5F 47
Octal 226 373 160 50 0 67 2 150 137 107
Binary 10010110 11111011 1110000 101000 0 110111 10 1101000 1011111 1000111

Color Harmonies of #96FB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FB70

Black with #96FB70

Text Example


Text Example

White with #96FB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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