#85E079

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

Shades of Pastel Green #85E079

Tints of Pastel Green #85E079

Color information

#85E079 (or 0x85E079) is unknown color: approx Pastel Green. HEX triplet: 85, E0 and 79. RGB value is (133,224,121). Sum of RGB (Red+Green+Blue) = 133+224+121=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 224 (87.89% from 255 or 46.86% from 478); Blue value is 121 (47.66% from 255 or 25.31% from 478); Max value from RGB is 224 - color contains mainly: green. Hex color #85E079 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E079 is #7A1F86. Grayscale: #B9B9B9. Windows color (decimal): -8003463 or 7987333. OLE color: 7987333.

HSL color Cylindrical-coordinate representation of color #85E079: hue angle of 113.01º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85E079 is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB133224121-
CMYK0.4100.460.12
HSL113.01º62.42%67.65%-
HSV(B)113.01º45.98%87.84%-
XYZ39.7859.6827.51-
YUV185.0591.8590.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.82%
GREEN value IS 224 (87.89% from 255) = 46.86%
BLUE value IS 121 (47.66% from 255) = 25.31%
R=27.82%
G=46.86%
B=25.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1332241210.4100.460.12113.0162.4267.65
Hex85E0792902EC713e44
Octal205340171510561416176104
Binary100001011110000011110011010010101110110011100011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,224,121); }

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

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

 a { background-color: rgb(133,224,121); }

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

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

 span { border-color: rgb(133,224,121); }

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