#85D187

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

Shades of De York #85D187

Tints of De York #85D187

Color information

#85D187 (or 0x85D187) is unknown color: approx De York. HEX triplet: 85, D1 and 87. RGB value is (133,209,135). Sum of RGB (Red+Green+Blue) = 133+209+135=477 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.88% from 477); Green value is 209 (82.03% from 255 or 43.82% from 477); Blue value is 135 (53.12% from 255 or 28.30% from 477); Max value from RGB is 209 - color contains mainly: green. Hex color #85D187 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D187 is #7A2E78. Grayscale: #B2B2B2. Windows color (decimal): -8007289 or 8900997. OLE color: 8900997.

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

Color convert

RGB133209135-
CMYK0.3600.350.18
HSL121.58º45.24%67.06%-
HSV(B)121.58º36.36%81.96%-
XYZ36.8552.3431.08-
YUV177.84103.8296.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.88%
GREEN value IS 209 (82.03% from 255) = 43.82%
BLUE value IS 135 (53.12% from 255) = 28.30%
R=27.88%
G=43.82%
B=28.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1332091350.3600.350.18121.5845.2467.06
Hex85D18724023127a2d43
Octal205321207440432217255103
Binary10000101110100011000011110010001000111001011110101011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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