Shades of De York #8CCA8E
Tints of De York #8CCA8E
RGB
CMYK
RGB Variations
Color information
#8CCA8E (or 0x8CCA8E) is known color: De York. HEX triplet: 8C, CA and 8E. RGB value is (140,202,142). Sum of RGB (Red+Green+Blue) = 140+202+142=484 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.93% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCA8E is #733571. Grayscale: #B0B0B0. Windows color (decimal): -7550322 or 9357964. OLE color: 9357964.
HSL color Cylindrical-coordinate representation of color #8CCA8E: hue angle of 121.94º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CCA8E is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 202 | 142 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.21 |
| HSL | 121.94º | 0.37% | 0.67% | - |
| HSV(B) | 121.94º | 0.31% | 0.79% | - |
| XYZ | 36.82 | 49.77 | 33.26 | - |
| YUV | 176.62 | 108.46 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 202 | 142 | 0.31 | 0 | 0.30 | 0.21 | 121.94 | 0.37 | 0.67 |
| Hex | 8C | CA | 8E | 1F | 0 | 1E | 15 | 7A | 25 | 43 |
| Octal | 214 | 312 | 216 | 37 | 0 | 36 | 25 | 172 | 45 | 103 |
| Binary | 10001100 | 11001010 | 10001110 | 11111 | 0 | 11110 | 10101 | 1111010 | 100101 | 1000011 |
Color Harmonies of #8CCA8E
Complementary color
Monochromatic Colors of #8CCA8E
Black with #8CCA8E
Text Example
Text Example
White with #8CCA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCA8E; }
p { color: rgb(140,202,142); }
H1.HeaderClassName
{
color: #8CCA8E;
}
.AnyTagClassName
{
color: #8CCA8E;
}
</style>
background-color css
<style>
a { background-color: #8CCA8E; }
a { background-color: rgb(140,202,142); }
div.DivClassName
{
background-color: #8CCA8E;
}
.BgClassName
{
background-color: #8CCA8E;
}
</style>
border-color css
<style>
span { border-color: #8CCA8E; }
span { border-color: rgb(140,202,142); }
td.TdClassName
{
border-color: #8CCA8E;
}
.TagClassName
{
border-color: #8CCA8E;
}
</style>