#85EDA1

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

Shades of Light Green #85EDA1

Tints of Light Green #85EDA1

Color information

#85EDA1 (or 0x85EDA1) is unknown color: approx Light Green. HEX triplet: 85, ED and A1. RGB value is (133,237,161). Sum of RGB (Red+Green+Blue) = 133+237+161=531 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.05% from 531); Green value is 237 (92.97% from 255 or 44.63% from 531); Blue value is 161 (63.28% from 255 or 30.32% from 531); Max value from RGB is 237 - color contains mainly: green. Hex color #85EDA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EDA1 is #7A125E. Grayscale: #C5C5C5. Windows color (decimal): -8000095 or 10612101. OLE color: 10612101.

HSL color Cylindrical-coordinate representation of color #85EDA1: hue angle of 136.15º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85EDA1 is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB133237161-
CMYK0.4400.320.07
HSL136.15º74.29%72.55%-
HSV(B)136.15º43.88%92.94%-
XYZ46.3968.1344.42-
YUV197.24107.5482.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.05%
GREEN value IS 237 (92.97% from 255) = 44.63%
BLUE value IS 161 (63.28% from 255) = 30.32%
R=25.05%
G=44.63%
B=30.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1332371610.4400.320.07136.1574.2972.55
Hex85EDA12C0207884a49
Octal205355241540407210112111
Binary10000101111011011010000110110001000001111000100010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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