Shades of De York #8CC994
Tints of De York #8CC994
RGB
CMYK
RGB Variations
Color information
#8CC994 (or 0x8CC994) is known color: De York. HEX triplet: 8C, C9 and 94. RGB value is (140,201,148). Sum of RGB (Red+Green+Blue) = 140+201+148=489 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.63% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 148 (58.20% from 255 or 30.27% from 489); Max value from RGB is 201 - color contains mainly: green. Hex color #8CC994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC994 is #73366B. Grayscale: #B0B0B0. Windows color (decimal): -7550572 or 9750924. OLE color: 9750924.
HSL color Cylindrical-coordinate representation of color #8CC994: hue angle of 127.87º 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 #8CC994 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 201 | 148 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.21 |
| HSL | 127.87º | 0.36% | 0.67% | - |
| HSV(B) | 127.87º | 0.3% | 0.79% | - |
| XYZ | 37.05 | 49.49 | 35.62 | - |
| YUV | 176.72 | 111.79 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 201 | 148 | 0.30 | 0 | 0.26 | 0.21 | 127.87 | 0.36 | 0.67 |
| Hex | 8C | C9 | 94 | 1E | 0 | 1A | 15 | 80 | 24 | 43 |
| Octal | 214 | 311 | 224 | 36 | 0 | 32 | 25 | 200 | 44 | 103 |
| Binary | 10001100 | 11001001 | 10010100 | 11110 | 0 | 11010 | 10101 | 10000000 | 100100 | 1000011 |
Color Harmonies of #8CC994
Complementary color
Monochromatic Colors of #8CC994
Black with #8CC994
Text Example
Text Example
White with #8CC994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC994; }
p { color: rgb(140,201,148); }
H1.HeaderClassName
{
color: #8CC994;
}
.AnyTagClassName
{
color: #8CC994;
}
</style>
background-color css
<style>
a { background-color: #8CC994; }
a { background-color: rgb(140,201,148); }
div.DivClassName
{
background-color: #8CC994;
}
.BgClassName
{
background-color: #8CC994;
}
</style>
border-color css
<style>
span { border-color: #8CC994; }
span { border-color: rgb(140,201,148); }
td.TdClassName
{
border-color: #8CC994;
}
.TagClassName
{
border-color: #8CC994;
}
</style>