#85D175

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

Shades of Pastel Green #85D175

Tints of Pastel Green #85D175

Color information

#85D175 (or 0x85D175) is unknown color: approx Pastel Green. HEX triplet: 85, D1 and 75. RGB value is (133,209,117). Sum of RGB (Red+Green+Blue) = 133+209+117=459 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.98% from 459); Green value is 209 (82.03% from 255 or 45.53% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 209 - color contains mainly: green. Hex color #85D175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D175 is #7A2E8A. Grayscale: #B0B0B0. Windows color (decimal): -8007307 or 7721349. OLE color: 7721349.

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

Color convert

RGB133209117-
CMYK0.3600.440.18
HSL109.57º50%63.92%-
HSV(B)109.57º44.02%81.96%-
XYZ35.6851.8724.96-
YUV175.7994.8297.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.98%
GREEN value IS 209 (82.03% from 255) = 45.53%
BLUE value IS 117 (46.09% from 255) = 25.49%
R=28.98%
G=45.53%
B=25.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1332091170.3600.440.18109.575063.92
Hex85D1752402C126e3240
Octal205321165440542215662100
Binary1000010111010001111010110010001011001001011011101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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