Shades of De York #85C88F
Tints of De York #85C88F
RGB
CMYK
RGB Variations
Color information
#85C88F (or 0x85C88F) is known color: De York. HEX triplet: 85, C8 and 8F. RGB value is (133,200,143). Sum of RGB (Red+Green+Blue) = 133+200+143=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 200 (78.52% from 255 or 42.02% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 200 - color contains mainly: green. Hex color #85C88F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C88F is #7A3770. Grayscale: #ADADAD. Windows color (decimal): -8009585 or 9422981. OLE color: 9422981.
HSL color Cylindrical-coordinate representation of color #85C88F: hue angle of 128.96º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85C88F is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 200 | 143 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.22 |
| HSL | 128.96º | 0.38% | 0.65% | - |
| HSV(B) | 128.96º | 0.34% | 0.78% | - |
| XYZ | 35.29 | 48.28 | 33.45 | - |
| YUV | 173.47 | 110.8 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 200 | 143 | 0.34 | 0 | 0.28 | 0.22 | 128.96 | 0.38 | 0.65 |
| Hex | 85 | C8 | 8F | 22 | 0 | 1C | 16 | 81 | 26 | 41 |
| Octal | 205 | 310 | 217 | 42 | 0 | 34 | 26 | 201 | 46 | 101 |
| Binary | 10000101 | 11001000 | 10001111 | 100010 | 0 | 11100 | 10110 | 10000001 | 100110 | 1000001 |
Color Harmonies of #85C88F
Complementary color
Monochromatic Colors of #85C88F
Black with #85C88F
Text Example
Text Example
White with #85C88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C88F; }
p { color: rgb(133,200,143); }
H1.HeaderClassName
{
color: #85C88F;
}
.AnyTagClassName
{
color: #85C88F;
}
</style>
background-color css
<style>
a { background-color: #85C88F; }
a { background-color: rgb(133,200,143); }
div.DivClassName
{
background-color: #85C88F;
}
.BgClassName
{
background-color: #85C88F;
}
</style>
border-color css
<style>
span { border-color: #85C88F; }
span { border-color: rgb(133,200,143); }
td.TdClassName
{
border-color: #85C88F;
}
.TagClassName
{
border-color: #85C88F;
}
</style>