Shades of De York #85C97B
Tints of De York #85C97B
RGB
CMYK
RGB Variations
Color information
#85C97B (or 0x85C97B) is known color: De York. HEX triplet: 85, C9 and 7B. RGB value is (133,201,123). Sum of RGB (Red+Green+Blue) = 133+201+123=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 201 (78.91% from 255 or 43.98% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 201 - color contains mainly: green. Hex color #85C97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C97B is #7A3684. Grayscale: #ACACAC. Windows color (decimal): -8009349 or 8112517. OLE color: 8112517.
HSL color Cylindrical-coordinate representation of color #85C97B: hue angle of 112.31º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85C97B is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 201 | 123 | - |
| CMYK | 0.34 | 0 | 0.39 | 0.21 |
| HSL | 112.31º | 0.42% | 0.64% | - |
| HSV(B) | 112.31º | 0.39% | 0.79% | - |
| XYZ | 34.13 | 48.19 | 26.24 | - |
| YUV | 171.78 | 100.47 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 201 | 123 | 0.34 | 0 | 0.39 | 0.21 | 112.31 | 0.42 | 0.64 |
| Hex | 85 | C9 | 7B | 22 | 0 | 27 | 15 | 70 | 2A | 40 |
| Octal | 205 | 311 | 173 | 42 | 0 | 47 | 25 | 160 | 52 | 100 |
| Binary | 10000101 | 11001001 | 1111011 | 100010 | 0 | 100111 | 10101 | 1110000 | 101010 | 1000000 |
Color Harmonies of #85C97B
Complementary color
Monochromatic Colors of #85C97B
Black with #85C97B
Text Example
Text Example
White with #85C97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C97B; }
p { color: rgb(133,201,123); }
H1.HeaderClassName
{
color: #85C97B;
}
.AnyTagClassName
{
color: #85C97B;
}
</style>
background-color css
<style>
a { background-color: #85C97B; }
a { background-color: rgb(133,201,123); }
div.DivClassName
{
background-color: #85C97B;
}
.BgClassName
{
background-color: #85C97B;
}
</style>
border-color css
<style>
span { border-color: #85C97B; }
span { border-color: rgb(133,201,123); }
td.TdClassName
{
border-color: #85C97B;
}
.TagClassName
{
border-color: #85C97B;
}
</style>