#85D08B

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

Shades of De York #85D08B

Tints of De York #85D08B

Color information

#85D08B (or 0x85D08B) is unknown color: approx De York. HEX triplet: 85, D0 and 8B. RGB value is (133,208,139). Sum of RGB (Red+Green+Blue) = 133+208+139=480 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.71% from 480); Green value is 208 (81.64% from 255 or 43.33% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 208 - color contains mainly: green. Hex color #85D08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D08B is #7A2F74. Grayscale: #B1B1B1. Windows color (decimal): -8007541 or 9162885. OLE color: 9162885.

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

Color convert

RGB133208139-
CMYK0.3600.330.18
HSL124.8º44.38%66.86%-
HSV(B)124.8º36.06%81.57%-
XYZ36.8951.9632.51-
YUV177.71106.1596.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.71%
GREEN value IS 208 (81.64% from 255) = 43.33%
BLUE value IS 139 (54.69% from 255) = 28.96%
R=27.71%
G=43.33%
B=28.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1332081390.3600.330.18124.844.3866.86
Hex85D08B24021127d2c43
Octal205320213440412217554103
Binary10000101110100001000101110010001000011001011111011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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