#96FB85

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

Shades of Light Green #96FB85

Tints of Light Green #96FB85

Color information

#96FB85 (or 0x96FB85) is unknown color: approx Light Green. HEX triplet: 96, FB and 85. RGB value is (150,251,133). Sum of RGB (Red+Green+Blue) = 150+251+133=534 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.09% from 534); Green value is 251 (98.44% from 255 or 47.00% from 534); Blue value is 133 (52.34% from 255 or 24.91% from 534); Max value from RGB is 251 - color contains mainly: green. Hex color #96FB85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FB85 is #69047A. Grayscale: #CFCFCF. Windows color (decimal): -6882427 or 8780694. OLE color: 8780694.

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

Color convert

RGB150251133-
CMYK0.4000.470.02
HSL111.36º93.65%75.29%-
HSV(B)111.36º47.01%98.43%-
XYZ51.3177.1734.38-
YUV207.3586.0487.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.09%
GREEN value IS 251 (98.44% from 255) = 47.00%
BLUE value IS 133 (52.34% from 255) = 24.91%
R=28.09%
G=47.00%
B=24.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502511330.4000.470.02111.3693.6575.29
Hex96FB852802F26f5e4b
Octal226373205500572157136113
Binary100101101111101110000101101000010111110110111110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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