Shades of De York #8DC992
Tints of De York #8DC992
RGB
CMYK
RGB Variations
Color information
#8DC992 (or 0x8DC992) is known color: De York. HEX triplet: 8D, C9 and 92. RGB value is (141,201,146). Sum of RGB (Red+Green+Blue) = 141+201+146=488 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.89% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 201 - color contains mainly: green. Hex color #8DC992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC992 is #72366D. Grayscale: #B0B0B0. Windows color (decimal): -7485038 or 9619853. OLE color: 9619853.
HSL color Cylindrical-coordinate representation of color #8DC992: hue angle of 125º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DC992 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 201 | 146 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.21 |
| HSL | 125º | 0.36% | 0.67% | - |
| HSV(B) | 125º | 0.3% | 0.79% | - |
| XYZ | 37.06 | 49.51 | 34.8 | - |
| YUV | 176.79 | 110.62 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 201 | 146 | 0.30 | 0 | 0.27 | 0.21 | 125 | 0.36 | 0.67 |
| Hex | 8D | C9 | 92 | 1E | 0 | 1B | 15 | 7D | 24 | 43 |
| Octal | 215 | 311 | 222 | 36 | 0 | 33 | 25 | 175 | 44 | 103 |
| Binary | 10001101 | 11001001 | 10010010 | 11110 | 0 | 11011 | 10101 | 1111101 | 100100 | 1000011 |
Color Harmonies of #8DC992
Complementary color
Monochromatic Colors of #8DC992
Black with #8DC992
Text Example
Text Example
White with #8DC992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC992; }
p { color: rgb(141,201,146); }
H1.HeaderClassName
{
color: #8DC992;
}
.AnyTagClassName
{
color: #8DC992;
}
</style>
background-color css
<style>
a { background-color: #8DC992; }
a { background-color: rgb(141,201,146); }
div.DivClassName
{
background-color: #8DC992;
}
.BgClassName
{
background-color: #8DC992;
}
</style>
border-color css
<style>
span { border-color: #8DC992; }
span { border-color: rgb(141,201,146); }
td.TdClassName
{
border-color: #8DC992;
}
.TagClassName
{
border-color: #8DC992;
}
</style>