#85ED93

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

Shades of Light Green #85ED93

Tints of Light Green #85ED93

Color information

#85ED93 (or 0x85ED93) is unknown color: approx Light Green. HEX triplet: 85, ED and 93. RGB value is (133,237,147). Sum of RGB (Red+Green+Blue) = 133+237+147=517 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.73% from 517); Green value is 237 (92.97% from 255 or 45.84% from 517); Blue value is 147 (57.81% from 255 or 28.43% from 517); Max value from RGB is 237 - color contains mainly: green. Hex color #85ED93 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85ED93 is #7A126C. Grayscale: #C3C3C3. Windows color (decimal): -8000109 or 9694597. OLE color: 9694597.

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

Color convert

RGB133237147-
CMYK0.4400.380.07
HSL128.08º74.29%72.55%-
HSV(B)128.08º43.88%92.94%-
XYZ45.2267.6638.28-
YUV195.64100.5483.32-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.73%
GREEN value IS 237 (92.97% from 255) = 45.84%
BLUE value IS 147 (57.81% from 255) = 28.43%
R=25.73%
G=45.84%
B=28.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1332371470.4400.380.07128.0874.2972.55
Hex85ED932C0267804a49
Octal205355223540467200112111
Binary10000101111011011001001110110001001101111000000010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ED93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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