#85ED70

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

Shades of Pastel Green #85ED70

Tints of Pastel Green #85ED70

Color information

#85ED70 (or 0x85ED70) is unknown color: approx Pastel Green. HEX triplet: 85, ED and 70. RGB value is (133,237,112). Sum of RGB (Red+Green+Blue) = 133+237+112=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 237 (92.97% from 255 or 49.17% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 237 - color contains mainly: green. Hex color #85ED70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85ED70 is #7A128F. Grayscale: #C0C0C0. Windows color (decimal): -8000144 or 7400837. OLE color: 7400837.

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

Color convert

RGB133237112-
CMYK0.4400.530.07
HSL109.92º77.64%68.43%-
HSV(B)109.92º52.74%92.94%-
XYZ42.8866.7225.95-
YUV191.6583.0486.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.59%
GREEN value IS 237 (92.97% from 255) = 49.17%
BLUE value IS 112 (44.14% from 255) = 23.24%
R=27.59%
G=49.17%
B=23.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1332371120.4400.530.07109.9277.6468.43
Hex85ED702C03576e4e44
Octal205355160540657156116104
Binary100001011110110111100001011000110101111110111010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ED70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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