#85F0A1

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

Shades of Light Green #85F0A1

Tints of Light Green #85F0A1

Color information

#85F0A1 (or 0x85F0A1) is unknown color: approx Light Green. HEX triplet: 85, F0 and A1. RGB value is (133,240,161). Sum of RGB (Red+Green+Blue) = 133+240+161=534 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.91% from 534); Green value is 240 (94.14% from 255 or 44.94% from 534); Blue value is 161 (63.28% from 255 or 30.15% from 534); Max value from RGB is 240 - color contains mainly: green. Hex color #85F0A1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F0A1 is #7A0F5E. Grayscale: #C7C7C7. Windows color (decimal): -7999327 or 10612869. OLE color: 10612869.

HSL color Cylindrical-coordinate representation of color #85F0A1: hue angle of 135.7º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F0A1 is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB133240161-
CMYK0.4500.330.06
HSL135.7º78.1%73.14%-
HSV(B)135.7º44.58%94.12%-
XYZ47.2769.8844.72-
YUV199106.5580.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.91%
GREEN value IS 240 (94.14% from 255) = 44.94%
BLUE value IS 161 (63.28% from 255) = 30.15%
R=24.91%
G=44.94%
B=30.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1332401610.4500.330.06135.778.173.14
Hex85F0A12D0216884e49
Octal205360241550416210116111
Binary10000101111100001010000110110101000011101000100010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,240,161); }

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

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

 a { background-color: rgb(133,240,161); }

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

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

 span { border-color: rgb(133,240,161); }

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