Shades of De York #8CC996
Tints of De York #8CC996
RGB
CMYK
RGB Variations
Color information
#8CC996 (or 0x8CC996) is known color: De York. HEX triplet: 8C, C9 and 96. RGB value is (140,201,150). Sum of RGB (Red+Green+Blue) = 140+201+150=491 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.51% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 201 - color contains mainly: green. Hex color #8CC996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC996 is #733669. Grayscale: #B1B1B1. Windows color (decimal): -7550570 or 9881996. OLE color: 9881996.
HSL color Cylindrical-coordinate representation of color #8CC996: hue angle of 129.84º 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 #8CC996 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 201 | 150 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.21 |
| HSL | 129.84º | 0.36% | 0.67% | - |
| HSV(B) | 129.84º | 0.3% | 0.79% | - |
| XYZ | 37.21 | 49.55 | 36.46 | - |
| YUV | 176.95 | 112.79 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 201 | 150 | 0.30 | 0 | 0.25 | 0.21 | 129.84 | 0.36 | 0.67 |
| Hex | 8C | C9 | 96 | 1E | 0 | 19 | 15 | 82 | 24 | 43 |
| Octal | 214 | 311 | 226 | 36 | 0 | 31 | 25 | 202 | 44 | 103 |
| Binary | 10001100 | 11001001 | 10010110 | 11110 | 0 | 11001 | 10101 | 10000010 | 100100 | 1000011 |
Color Harmonies of #8CC996
Complementary color
Monochromatic Colors of #8CC996
Black with #8CC996
Text Example
Text Example
White with #8CC996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC996; }
p { color: rgb(140,201,150); }
H1.HeaderClassName
{
color: #8CC996;
}
.AnyTagClassName
{
color: #8CC996;
}
</style>
background-color css
<style>
a { background-color: #8CC996; }
a { background-color: rgb(140,201,150); }
div.DivClassName
{
background-color: #8CC996;
}
.BgClassName
{
background-color: #8CC996;
}
</style>
border-color css
<style>
span { border-color: #8CC996; }
span { border-color: rgb(140,201,150); }
td.TdClassName
{
border-color: #8CC996;
}
.TagClassName
{
border-color: #8CC996;
}
</style>