#85d089

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

Shades of De York #85D089

Tints of De York #85D089

Color information

#85D089 (or 0x85D089) is unknown color: approx De York. HEX triplet: 85, D0 and 89. RGB value is (133,208,137). Sum of RGB (Red+Green+Blue) = 133+208+137=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 137 (53.91% from 255 or 28.66% from 478); Max value from RGB is 208 - color contains mainly: green. Hex color #85D089 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D089 is #7A2F76. Grayscale: #B1B1B1. Windows color (decimal): -8007543 or 9031813. OLE color: 9031813.

HSL color Cylindrical-coordinate representation of color #85D089: hue angle of 123.2º degrees, saturation: 0.44, 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 #85D089 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB133208137-
CMYK0.3600.340.18
HSL123.2º44.38%66.86%-
HSV(B)123.2º36.06%81.57%-
XYZ36.7451.931.75-
YUV177.48105.1596.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.82%
GREEN value IS 208 (81.64% from 255) = 43.51%
BLUE value IS 137 (53.91% from 255) = 28.66%
R=27.82%
G=43.51%
B=28.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1332081370.3600.340.18123.244.3866.86
Hex85D08924022127b2c43
Octal205320211440422217354103
Binary10000101110100001000100110010001000101001011110111011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85d089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,208,137); }

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

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

 a { background-color: rgb(133,208,137); }

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

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

 span { border-color: rgb(133,208,137); }

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