#85F497

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

Shades of Light Green #85F497

Tints of Light Green #85F497

Color information

#85F497 (or 0x85F497) is unknown color: approx Light Green. HEX triplet: 85, F4 and 97. RGB value is (133,244,151). Sum of RGB (Red+Green+Blue) = 133+244+151=528 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.19% from 528); Green value is 244 (95.70% from 255 or 46.21% from 528); Blue value is 151 (59.38% from 255 or 28.60% from 528); Max value from RGB is 244 - color contains mainly: green. Hex color #85F497 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F497 is #7A0B68. Grayscale: #C8C8C8. Windows color (decimal): -7998313 or 9958533. OLE color: 9958533.

HSL color Cylindrical-coordinate representation of color #85F497: hue angle of 129.73º 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 #85F497 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB133244151-
CMYK0.4500.380.04
HSL129.73º83.46%73.92%-
HSV(B)129.73º45.49%95.69%-
XYZ47.6171.9240.65-
YUV200.21100.2380.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.19%
GREEN value IS 244 (95.70% from 255) = 46.21%
BLUE value IS 151 (59.38% from 255) = 28.60%
R=25.19%
G=46.21%
B=28.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1332441510.4500.380.04129.7383.4673.92
Hex85F4972D026482534a
Octal205364227550464202123112
Binary10000101111101001001011110110101001101001000001010100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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