#85F496

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

Shades of Light Green #85F496

Tints of Light Green #85F496

Color information

#85F496 (or 0x85F496) is unknown color: approx Light Green. HEX triplet: 85, F4 and 96. RGB value is (133,244,150). Sum of RGB (Red+Green+Blue) = 133+244+150=527 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.24% from 527); Green value is 244 (95.70% from 255 or 46.30% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 244 - color contains mainly: green. Hex color #85F496 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F496 is #7A0B69. Grayscale: #C8C8C8. Windows color (decimal): -7998314 or 9892997. OLE color: 9892997.

HSL color Cylindrical-coordinate representation of color #85F496: hue angle of 129.19º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F496 is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB133244150-
CMYK0.4500.390.04
HSL129.19º83.46%73.92%-
HSV(B)129.19º45.49%95.69%-
XYZ47.5371.8940.23-
YUV200.0999.7380.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.24%
GREEN value IS 244 (95.70% from 255) = 46.30%
BLUE value IS 150 (58.98% from 255) = 28.46%
R=25.24%
G=46.30%
B=28.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1332441500.4500.390.04129.1983.4673.92
Hex85F4962D027481534a
Octal205364226550474201123112
Binary10000101111101001001011010110101001111001000000110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85F496; }

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

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

<style>
 a { background-color: #85F496; }

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

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

<style>
 span { border-color: #85F496; }

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

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