#96FC7B

Color #96FC7B Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #96FC7B

Tints of Light Green #96FC7B

Color information

#96FC7B (or 0x96FC7B) is unknown color: approx Light Green. HEX triplet: 96, FC and 7B. RGB value is (150,252,123). Sum of RGB (Red+Green+Blue) = 150+252+123=525 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.57% from 525); Green value is 252 (98.83% from 255 or 48% from 525); Blue value is 123 (48.44% from 255 or 23.43% from 525); Max value from RGB is 252 - color contains mainly: green. Hex color #96FC7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FC7B is #690384. Grayscale: #CFCFCF. Windows color (decimal): -6882181 or 8125590. OLE color: 8125590.

HSL color Cylindrical-coordinate representation of color #96FC7B: hue angle of 107.44º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96FC7B is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB150252123-
CMYK0.4000.510.01
HSL107.44º95.56%73.53%-
HSV(B)107.44º51.19%98.82%-
XYZ50.9677.5331.02-
YUV206.880.7187.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.57%
GREEN value IS 252 (98.83% from 255) = 48%
BLUE value IS 123 (48.44% from 255) = 23.43%
R=28.57%
G=48%
B=23.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1502521230.4000.510.01107.4495.5673.53
Hex96FC7B2803316b604a
Octal226374173500631153140112
Binary1001011011111100111101110100001100111110101111000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,252,123); }

 H1.HeaderClassName
 {
   color: #96FC7B;
 }
 .AnyTagClassName
 {
   color: #96FC7B;
 }
</style>
background-color css

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

 a { background-color: rgb(150,252,123); }

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

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

 span { border-color: rgb(150,252,123); }

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