#85D177

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

Shades of Pastel Green #85D177

Tints of Pastel Green #85D177

Color information

#85D177 (or 0x85D177) is unknown color: approx Pastel Green. HEX triplet: 85, D1 and 77. RGB value is (133,209,119). Sum of RGB (Red+Green+Blue) = 133+209+119=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 209 (82.03% from 255 or 45.34% from 461); Blue value is 119 (46.88% from 255 or 25.81% from 461); Max value from RGB is 209 - color contains mainly: green. Hex color #85D177 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D177 is #7A2E88. Grayscale: #B0B0B0. Windows color (decimal): -8007305 or 7852421. OLE color: 7852421.

HSL color Cylindrical-coordinate representation of color #85D177: hue angle of 110.67º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85D177 is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB133209119-
CMYK0.3600.430.18
HSL110.67º49.45%64.31%-
HSV(B)110.67º43.06%81.96%-
XYZ35.851.9225.59-
YUV176.0295.8297.32-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.85%
GREEN value IS 209 (82.03% from 255) = 45.34%
BLUE value IS 119 (46.88% from 255) = 25.81%
R=28.85%
G=45.34%
B=25.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1332091190.3600.430.18110.6749.4564.31
Hex85D1772402B126f3140
Octal205321167440532215761100
Binary1000010111010001111011110010001010111001011011111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,209,119); }

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

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

 a { background-color: rgb(133,209,119); }

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

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

 span { border-color: rgb(133,209,119); }

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