#85DE87

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

Shades of De York #85DE87

Tints of De York #85DE87

Color information

#85DE87 (or 0x85DE87) is unknown color: approx De York. HEX triplet: 85, DE and 87. RGB value is (133,222,135). Sum of RGB (Red+Green+Blue) = 133+222+135=490 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.14% from 490); Green value is 222 (87.11% from 255 or 45.31% from 490); Blue value is 135 (53.12% from 255 or 27.55% from 490); Max value from RGB is 222 - color contains mainly: green. Hex color #85DE87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DE87 is #7A2178. Grayscale: #B9B9B9. Windows color (decimal): -8003961 or 8904325. OLE color: 8904325.

HSL color Cylindrical-coordinate representation of color #85DE87: hue angle of 121.35º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DE87 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB133222135-
CMYK0.4000.390.13
HSL121.35º57.42%69.61%-
HSV(B)121.35º40.09%87.06%-
XYZ40.1758.9832.19-
YUV185.4799.5190.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.14%
GREEN value IS 222 (87.11% from 255) = 45.31%
BLUE value IS 135 (53.12% from 255) = 27.55%
R=27.14%
G=45.31%
B=27.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332221350.4000.390.13121.3557.4269.61
Hex85DE8728027D793946
Octal205336207500471517171106
Binary1000010111011110100001111010000100111110111110011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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