Shades of De York #85CA93
Tints of De York #85CA93
RGB
CMYK
RGB Variations
Color information
#85CA93 (or 0x85CA93) is known color: De York. HEX triplet: 85, CA and 93. RGB value is (133,202,147). Sum of RGB (Red+Green+Blue) = 133+202+147=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CA93 is #7A356C. Grayscale: #AFAFAF. Windows color (decimal): -8009069 or 9685637. OLE color: 9685637.
HSL color Cylindrical-coordinate representation of color #85CA93: hue angle of 132.17º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85CA93 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 202 | 147 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.21 |
| HSL | 132.17º | 0.39% | 0.66% | - |
| HSV(B) | 132.17º | 0.34% | 0.79% | - |
| XYZ | 36.06 | 49.33 | 35.23 | - |
| YUV | 175.1 | 112.14 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 202 | 147 | 0.34 | 0 | 0.27 | 0.21 | 132.17 | 0.39 | 0.66 |
| Hex | 85 | CA | 93 | 22 | 0 | 1B | 15 | 84 | 27 | 42 |
| Octal | 205 | 312 | 223 | 42 | 0 | 33 | 25 | 204 | 47 | 102 |
| Binary | 10000101 | 11001010 | 10010011 | 100010 | 0 | 11011 | 10101 | 10000100 | 100111 | 1000010 |
Color Harmonies of #85CA93
Complementary color
Monochromatic Colors of #85CA93
Black with #85CA93
Text Example
Text Example
White with #85CA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CA93; }
p { color: rgb(133,202,147); }
H1.HeaderClassName
{
color: #85CA93;
}
.AnyTagClassName
{
color: #85CA93;
}
</style>
background-color css
<style>
a { background-color: #85CA93; }
a { background-color: rgb(133,202,147); }
div.DivClassName
{
background-color: #85CA93;
}
.BgClassName
{
background-color: #85CA93;
}
</style>
border-color css
<style>
span { border-color: #85CA93; }
span { border-color: rgb(133,202,147); }
td.TdClassName
{
border-color: #85CA93;
}
.TagClassName
{
border-color: #85CA93;
}
</style>