Shades of De York #85DB92
Tints of De York #85DB92
RGB
CMYK
RGB Variations
Color information
#85DB92 (or 0x85DB92) is known color: De York. HEX triplet: 85, DB and 92. RGB value is (133,219,146). Sum of RGB (Red+Green+Blue) = 133+219+146=498 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.71% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 146 (57.42% from 255 or 29.32% from 498); Max value from RGB is 219 - color contains mainly: green. Hex color #85DB92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DB92 is #7A246D. Grayscale: #B9B9B9. Windows color (decimal): -8004718 or 9624453. OLE color: 9624453.
HSL color Cylindrical-coordinate representation of color #85DB92: hue angle of 129.07º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85DB92 is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 219 | 146 | - |
| CMYK | 0.39 | 0 | 0.33 | 0.14 |
| HSL | 129.07º | 0.54% | 0.69% | - |
| HSV(B) | 129.07º | 0.39% | 0.86% | - |
| XYZ | 40.19 | 57.72 | 36.22 | - |
| YUV | 184.96 | 106.01 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 219 | 146 | 0.39 | 0 | 0.33 | 0.14 | 129.07 | 0.54 | 0.69 |
| Hex | 85 | DB | 92 | 27 | 0 | 21 | E | 81 | 36 | 45 |
| Octal | 205 | 333 | 222 | 47 | 0 | 41 | 16 | 201 | 66 | 105 |
| Binary | 10000101 | 11011011 | 10010010 | 100111 | 0 | 100001 | 1110 | 10000001 | 110110 | 1000101 |
Color Harmonies of #85DB92
Complementary color
Monochromatic Colors of #85DB92
Black with #85DB92
Text Example
Text Example
White with #85DB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DB92; }
p { color: rgb(133,219,146); }
H1.HeaderClassName
{
color: #85DB92;
}
.AnyTagClassName
{
color: #85DB92;
}
</style>
background-color css
<style>
a { background-color: #85DB92; }
a { background-color: rgb(133,219,146); }
div.DivClassName
{
background-color: #85DB92;
}
.BgClassName
{
background-color: #85DB92;
}
</style>
border-color css
<style>
span { border-color: #85DB92; }
span { border-color: rgb(133,219,146); }
td.TdClassName
{
border-color: #85DB92;
}
.TagClassName
{
border-color: #85DB92;
}
</style>