#85F49A

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

Shades of Light Green #85F49A

Tints of Light Green #85F49A

Color information

#85F49A (or 0x85F49A) is unknown color: approx Light Green. HEX triplet: 85, F4 and 9A. RGB value is (133,244,154). Sum of RGB (Red+Green+Blue) = 133+244+154=531 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.05% from 531); Green value is 244 (95.70% from 255 or 45.95% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 244 - color contains mainly: green. Hex color #85F49A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F49A is #7A0B65. Grayscale: #C8C8C8. Windows color (decimal): -7998310 or 10155141. OLE color: 10155141.

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

Color convert

RGB133244154-
CMYK0.4500.370.04
HSL131.35º83.46%73.92%-
HSV(B)131.35º45.49%95.69%-
XYZ47.8672.0241.95-
YUV200.55101.7379.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.05%
GREEN value IS 244 (95.70% from 255) = 45.95%
BLUE value IS 154 (60.55% from 255) = 29.00%
R=25.05%
G=45.95%
B=29.00%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1332441540.4500.370.04131.3583.4673.92
Hex85F49A2D025483534a
Octal205364232550454203123112
Binary10000101111101001001101010110101001011001000001110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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