Shades of De York #8CC37C
Tints of De York #8CC37C
RGB
CMYK
RGB Variations
Color information
#8CC37C (or 0x8CC37C) is known color: De York. HEX triplet: 8C, C3 and 7C. RGB value is (140,195,124). Sum of RGB (Red+Green+Blue) = 140+195+124=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC37C is #733C83. Grayscale: #AAAAAA. Windows color (decimal): -7552132 or 8176524. OLE color: 8176524.
HSL color Cylindrical-coordinate representation of color #8CC37C: hue angle of 106.48º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CC37C is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 195 | 124 | - |
| CMYK | 0.28 | 0 | 0.36 | 0.24 |
| HSL | 106.48º | 0.37% | 0.63% | - |
| HSV(B) | 106.48º | 0.36% | 0.76% | - |
| XYZ | 33.97 | 46.06 | 26.17 | - |
| YUV | 170.46 | 101.78 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 195 | 124 | 0.28 | 0 | 0.36 | 0.24 | 106.48 | 0.37 | 0.63 |
| Hex | 8C | C3 | 7C | 1C | 0 | 24 | 18 | 6A | 25 | 3F |
| Octal | 214 | 303 | 174 | 34 | 0 | 44 | 30 | 152 | 45 | 77 |
| Binary | 10001100 | 11000011 | 1111100 | 11100 | 0 | 100100 | 11000 | 1101010 | 100101 | 111111 |
Color Harmonies of #8CC37C
Complementary color
Monochromatic Colors of #8CC37C
Black with #8CC37C
Text Example
Text Example
White with #8CC37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC37C; }
p { color: rgb(140,195,124); }
H1.HeaderClassName
{
color: #8CC37C;
}
.AnyTagClassName
{
color: #8CC37C;
}
</style>
background-color css
<style>
a { background-color: #8CC37C; }
a { background-color: rgb(140,195,124); }
div.DivClassName
{
background-color: #8CC37C;
}
.BgClassName
{
background-color: #8CC37C;
}
</style>
border-color css
<style>
span { border-color: #8CC37C; }
span { border-color: rgb(140,195,124); }
td.TdClassName
{
border-color: #8CC37C;
}
.TagClassName
{
border-color: #8CC37C;
}
</style>