#85F494

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

Shades of Light Green #85F494

Tints of Light Green #85F494

Color information

#85F494 (or 0x85F494) is unknown color: approx Light Green. HEX triplet: 85, F4 and 94. RGB value is (133,244,148). Sum of RGB (Red+Green+Blue) = 133+244+148=525 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.33% from 525); Green value is 244 (95.70% from 255 or 46.48% from 525); Blue value is 148 (58.20% from 255 or 28.19% from 525); Max value from RGB is 244 - color contains mainly: green. Hex color #85F494 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F494 is #7A0B6B. Grayscale: #C8C8C8. Windows color (decimal): -7998316 or 9761925. OLE color: 9761925.

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

Color convert

RGB133244148-
CMYK0.4500.390.04
HSL128.11º83.46%73.92%-
HSV(B)128.11º45.49%95.69%-
XYZ47.3771.8339.38-
YUV199.8798.7380.31-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.33%
GREEN value IS 244 (95.70% from 255) = 46.48%
BLUE value IS 148 (58.20% from 255) = 28.19%
R=25.33%
G=46.48%
B=28.19%

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
Decimal1332441480.4500.390.04128.1183.4673.92
Hex85F4942D027480534a
Octal205364224550474200123112
Binary10000101111101001001010010110101001111001000000010100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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