Shades of De York #85CF88
Tints of De York #85CF88
RGB
CMYK
RGB Variations
Color information
#85CF88 (or 0x85CF88) is known color: De York. HEX triplet: 85, CF and 88. RGB value is (133,207,136). Sum of RGB (Red+Green+Blue) = 133+207+136=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CF88 is #7A3077. Grayscale: #B0B0B0. Windows color (decimal): -8007800 or 8966021. OLE color: 8966021.
HSL color Cylindrical-coordinate representation of color #85CF88: hue angle of 122.43º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85CF88 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 207 | 136 | - |
| CMYK | 0.36 | 0 | 0.34 | 0.19 |
| HSL | 122.43º | 0.44% | 0.67% | - |
| HSV(B) | 122.43º | 0.36% | 0.81% | - |
| XYZ | 36.43 | 51.39 | 31.29 | - |
| YUV | 176.78 | 104.98 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 207 | 136 | 0.36 | 0 | 0.34 | 0.19 | 122.43 | 0.44 | 0.67 |
| Hex | 85 | CF | 88 | 24 | 0 | 22 | 13 | 7A | 2C | 43 |
| Octal | 205 | 317 | 210 | 44 | 0 | 42 | 23 | 172 | 54 | 103 |
| Binary | 10000101 | 11001111 | 10001000 | 100100 | 0 | 100010 | 10011 | 1111010 | 101100 | 1000011 |
Color Harmonies of #85CF88
Complementary color
Monochromatic Colors of #85CF88
Black with #85CF88
Text Example
Text Example
White with #85CF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CF88; }
p { color: rgb(133,207,136); }
H1.HeaderClassName
{
color: #85CF88;
}
.AnyTagClassName
{
color: #85CF88;
}
</style>
background-color css
<style>
a { background-color: #85CF88; }
a { background-color: rgb(133,207,136); }
div.DivClassName
{
background-color: #85CF88;
}
.BgClassName
{
background-color: #85CF88;
}
</style>
border-color css
<style>
span { border-color: #85CF88; }
span { border-color: rgb(133,207,136); }
td.TdClassName
{
border-color: #85CF88;
}
.TagClassName
{
border-color: #85CF88;
}
</style>