Shades of De York #8CC982
Tints of De York #8CC982
RGB
CMYK
RGB Variations
Color information
#8CC982 (or 0x8CC982) is known color: De York. HEX triplet: 8C, C9 and 82. RGB value is (140,201,130). Sum of RGB (Red+Green+Blue) = 140+201+130=471 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.72% from 471); Green value is 201 (78.91% from 255 or 42.68% from 471); Blue value is 130 (51.17% from 255 or 27.60% from 471); Max value from RGB is 201 - color contains mainly: green. Hex color #8CC982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC982 is #73367D. Grayscale: #AEAEAE. Windows color (decimal): -7550590 or 8571276. OLE color: 8571276.
HSL color Cylindrical-coordinate representation of color #8CC982: hue angle of 111.55º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CC982 is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 201 | 130 | - |
| CMYK | 0.30 | 0 | 0.35 | 0.21 |
| HSL | 111.55º | 0.4% | 0.65% | - |
| HSV(B) | 111.55º | 0.35% | 0.79% | - |
| XYZ | 35.73 | 48.96 | 28.69 | - |
| YUV | 174.67 | 102.79 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 201 | 130 | 0.30 | 0 | 0.35 | 0.21 | 111.55 | 0.4 | 0.65 |
| Hex | 8C | C9 | 82 | 1E | 0 | 23 | 15 | 70 | 28 | 41 |
| Octal | 214 | 311 | 202 | 36 | 0 | 43 | 25 | 160 | 50 | 101 |
| Binary | 10001100 | 11001001 | 10000010 | 11110 | 0 | 100011 | 10101 | 1110000 | 101000 | 1000001 |
Color Harmonies of #8CC982
Complementary color
Monochromatic Colors of #8CC982
Black with #8CC982
Text Example
Text Example
White with #8CC982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC982; }
p { color: rgb(140,201,130); }
H1.HeaderClassName
{
color: #8CC982;
}
.AnyTagClassName
{
color: #8CC982;
}
</style>
background-color css
<style>
a { background-color: #8CC982; }
a { background-color: rgb(140,201,130); }
div.DivClassName
{
background-color: #8CC982;
}
.BgClassName
{
background-color: #8CC982;
}
</style>
border-color css
<style>
span { border-color: #8CC982; }
span { border-color: rgb(140,201,130); }
td.TdClassName
{
border-color: #8CC982;
}
.TagClassName
{
border-color: #8CC982;
}
</style>