Shades of De York #85CB76
Tints of De York #85CB76
RGB
CMYK
RGB Variations
Color information
#85CB76 (or 0x85CB76) is known color: De York. HEX triplet: 85, CB and 76. RGB value is (133,203,118). Sum of RGB (Red+Green+Blue) = 133+203+118=454 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.30% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 203 - color contains mainly: green. Hex color #85CB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CB76 is #7A3489. Grayscale: #ACACAC. Windows color (decimal): -8008842 or 7785349. OLE color: 7785349.
HSL color Cylindrical-coordinate representation of color #85CB76: hue angle of 109.41º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85CB76 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 203 | 118 | - |
| CMYK | 0.34 | 0 | 0.42 | 0.20 |
| HSL | 109.41º | 0.45% | 0.63% | - |
| HSV(B) | 109.41º | 0.42% | 0.8% | - |
| XYZ | 34.3 | 49.01 | 24.79 | - |
| YUV | 172.38 | 97.31 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 203 | 118 | 0.34 | 0 | 0.42 | 0.20 | 109.41 | 0.45 | 0.63 |
| Hex | 85 | CB | 76 | 22 | 0 | 2A | 14 | 6D | 2D | 3F |
| Octal | 205 | 313 | 166 | 42 | 0 | 52 | 24 | 155 | 55 | 77 |
| Binary | 10000101 | 11001011 | 1110110 | 100010 | 0 | 101010 | 10100 | 1101101 | 101101 | 111111 |
Color Harmonies of #85CB76
Complementary color
Monochromatic Colors of #85CB76
Black with #85CB76
Text Example
Text Example
White with #85CB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CB76; }
p { color: rgb(133,203,118); }
H1.HeaderClassName
{
color: #85CB76;
}
.AnyTagClassName
{
color: #85CB76;
}
</style>
background-color css
<style>
a { background-color: #85CB76; }
a { background-color: rgb(133,203,118); }
div.DivClassName
{
background-color: #85CB76;
}
.BgClassName
{
background-color: #85CB76;
}
</style>
border-color css
<style>
span { border-color: #85CB76; }
span { border-color: rgb(133,203,118); }
td.TdClassName
{
border-color: #85CB76;
}
.TagClassName
{
border-color: #85CB76;
}
</style>