#85D088

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

Shades of De York #85D088

Tints of De York #85D088

Color information

#85D088 (or 0x85D088) is unknown color: approx De York. HEX triplet: 85, D0 and 88. RGB value is (133,208,136). Sum of RGB (Red+Green+Blue) = 133+208+136=477 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.88% from 477); Green value is 208 (81.64% from 255 or 43.61% from 477); Blue value is 136 (53.52% from 255 or 28.51% from 477); Max value from RGB is 208 - color contains mainly: green. Hex color #85D088 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D088 is #7A2F77. Grayscale: #B1B1B1. Windows color (decimal): -8007544 or 8966277. OLE color: 8966277.

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

Color convert

RGB133208136-
CMYK0.3600.350.18
HSL122.4º44.38%66.86%-
HSV(B)122.4º36.06%81.57%-
XYZ36.6751.8831.37-
YUV177.37104.6596.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.88%
GREEN value IS 208 (81.64% from 255) = 43.61%
BLUE value IS 136 (53.52% from 255) = 28.51%
R=27.88%
G=43.61%
B=28.51%

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
Decimal1332081360.3600.350.18122.444.3866.86
Hex85D08824023127a2c43
Octal205320210440432217254103
Binary10000101110100001000100010010001000111001011110101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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