#85D17D

Color #85D17D De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #85D17D

Tints of De York #85D17D

Color information

#85D17D (or 0x85D17D) is unknown color: approx De York. HEX triplet: 85, D1 and 7D. RGB value is (133,209,125). Sum of RGB (Red+Green+Blue) = 133+209+125=467 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.48% from 467); Green value is 209 (82.03% from 255 or 44.75% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 209 - color contains mainly: green. Hex color #85D17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D17D is #7A2E82. Grayscale: #B0B0B0. Windows color (decimal): -8007299 or 8245637. OLE color: 8245637.

HSL color Cylindrical-coordinate representation of color #85D17D: hue angle of 114.29º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85D17D is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB133209125-
CMYK0.3600.400.18
HSL114.29º47.73%65.49%-
HSV(B)114.29º40.19%81.96%-
XYZ36.1852.0727.55-
YUV176.798.8296.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.48%
GREEN value IS 209 (82.03% from 255) = 44.75%
BLUE value IS 125 (49.22% from 255) = 26.77%
R=28.48%
G=44.75%
B=26.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1332091250.3600.400.18114.2947.7365.49
Hex85D17D2402812723041
Octal205321175440502216260101
Binary1000010111010001111110110010001010001001011100101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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