Shades of De York #8CC97C
Tints of De York #8CC97C
RGB
CMYK
RGB Variations
Color information
#8CC97C (or 0x8CC97C) is known color: De York. HEX triplet: 8C, C9 and 7C. RGB value is (140,201,124). Sum of RGB (Red+Green+Blue) = 140+201+124=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 201 - color contains mainly: green. Hex color #8CC97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC97C is #733683. Grayscale: #AEAEAE. Windows color (decimal): -7550596 or 8178060. OLE color: 8178060.
HSL color Cylindrical-coordinate representation of color #8CC97C: hue angle of 107.53º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CC97C is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 201 | 124 | - |
| CMYK | 0.30 | 0 | 0.38 | 0.21 |
| HSL | 107.53º | 0.42% | 0.64% | - |
| HSV(B) | 107.53º | 0.38% | 0.79% | - |
| XYZ | 35.34 | 48.8 | 26.63 | - |
| YUV | 173.98 | 99.79 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 201 | 124 | 0.30 | 0 | 0.38 | 0.21 | 107.53 | 0.42 | 0.64 |
| Hex | 8C | C9 | 7C | 1E | 0 | 26 | 15 | 6C | 2A | 40 |
| Octal | 214 | 311 | 174 | 36 | 0 | 46 | 25 | 154 | 52 | 100 |
| Binary | 10001100 | 11001001 | 1111100 | 11110 | 0 | 100110 | 10101 | 1101100 | 101010 | 1000000 |
Color Harmonies of #8CC97C
Complementary color
Monochromatic Colors of #8CC97C
Black with #8CC97C
Text Example
Text Example
White with #8CC97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC97C; }
p { color: rgb(140,201,124); }
H1.HeaderClassName
{
color: #8CC97C;
}
.AnyTagClassName
{
color: #8CC97C;
}
</style>
background-color css
<style>
a { background-color: #8CC97C; }
a { background-color: rgb(140,201,124); }
div.DivClassName
{
background-color: #8CC97C;
}
.BgClassName
{
background-color: #8CC97C;
}
</style>
border-color css
<style>
span { border-color: #8CC97C; }
span { border-color: rgb(140,201,124); }
td.TdClassName
{
border-color: #8CC97C;
}
.TagClassName
{
border-color: #8CC97C;
}
</style>