#85CD87

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

Shades of De York #85CD87

Tints of De York #85CD87

Color information

#85CD87 (or 0x85CD87) is unknown color: approx De York. HEX triplet: 85, CD and 87. RGB value is (133,205,135). Sum of RGB (Red+Green+Blue) = 133+205+135=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #85CD87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CD87 is #7A3278. Grayscale: #AFAFAF. Windows color (decimal): -8008313 or 8899973. OLE color: 8899973.

HSL color Cylindrical-coordinate representation of color #85CD87: hue angle of 121.67º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CD87 is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB133205135-
CMYK0.3500.340.20
HSL121.67º41.86%66.27%-
HSV(B)121.67º35.12%80.39%-
XYZ35.8850.430.76-
YUV175.49105.1597.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.12%
GREEN value IS 205 (80.47% from 255) = 43.34%
BLUE value IS 135 (53.12% from 255) = 28.54%
R=28.12%
G=43.34%
B=28.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1332051350.3500.340.20121.6741.8666.27
Hex85CD8723022147a2a42
Octal205315207430422417252102
Binary10000101110011011000011110001101000101010011110101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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