Shades of De York #85CE98
Tints of De York #85CE98
RGB
CMYK
RGB Variations
Color information
#85CE98 (or 0x85CE98) is known color: De York. HEX triplet: 85, CE and 98. RGB value is (133,206,152). Sum of RGB (Red+Green+Blue) = 133+206+152=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 206 - color contains mainly: green. Hex color #85CE98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CE98 is #7A3167. Grayscale: #B2B2B2. Windows color (decimal): -8008040 or 10014341. OLE color: 10014341.
HSL color Cylindrical-coordinate representation of color #85CE98: hue angle of 135.62º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CE98 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 206 | 152 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.19 |
| HSL | 135.62º | 0.43% | 0.66% | - |
| HSV(B) | 135.62º | 0.35% | 0.81% | - |
| XYZ | 37.41 | 51.4 | 37.65 | - |
| YUV | 178.02 | 113.32 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 206 | 152 | 0.35 | 0 | 0.26 | 0.19 | 135.62 | 0.43 | 0.66 |
| Hex | 85 | CE | 98 | 23 | 0 | 1A | 13 | 88 | 2B | 42 |
| Octal | 205 | 316 | 230 | 43 | 0 | 32 | 23 | 210 | 53 | 102 |
| Binary | 10000101 | 11001110 | 10011000 | 100011 | 0 | 11010 | 10011 | 10001000 | 101011 | 1000010 |
Color Harmonies of #85CE98
Complementary color
Monochromatic Colors of #85CE98
Black with #85CE98
Text Example
Text Example
White with #85CE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CE98; }
p { color: rgb(133,206,152); }
H1.HeaderClassName
{
color: #85CE98;
}
.AnyTagClassName
{
color: #85CE98;
}
</style>
background-color css
<style>
a { background-color: #85CE98; }
a { background-color: rgb(133,206,152); }
div.DivClassName
{
background-color: #85CE98;
}
.BgClassName
{
background-color: #85CE98;
}
</style>
border-color css
<style>
span { border-color: #85CE98; }
span { border-color: rgb(133,206,152); }
td.TdClassName
{
border-color: #85CE98;
}
.TagClassName
{
border-color: #85CE98;
}
</style>