#85E179

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

Shades of Pastel Green #85E179

Tints of Pastel Green #85E179

Color information

#85E179 (or 0x85E179) is unknown color: approx Pastel Green. HEX triplet: 85, E1 and 79. RGB value is (133,225,121). Sum of RGB (Red+Green+Blue) = 133+225+121=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 225 (88.28% from 255 or 46.97% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 225 - color contains mainly: green. Hex color #85E179 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E179 is #7A1E86. Grayscale: #B9B9B9. Windows color (decimal): -8003207 or 7987589. OLE color: 7987589.

HSL color Cylindrical-coordinate representation of color #85E179: hue angle of 113.08º degrees, saturation: 0.63, 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 #85E179 is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB133225121-
CMYK0.4100.460.12
HSL113.08º63.41%67.84%-
HSV(B)113.08º46.22%88.24%-
XYZ40.0560.2227.6-
YUV185.6491.5290.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.77%
GREEN value IS 225 (88.28% from 255) = 46.97%
BLUE value IS 121 (47.66% from 255) = 25.26%
R=27.77%
G=46.97%
B=25.26%

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
Decimal1332251210.4100.460.12113.0863.4167.84
Hex85E1792902EC713f44
Octal205341171510561416177104
Binary100001011110000111110011010010101110110011100011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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