Shades of De York #8CDA7E
Tints of De York #8CDA7E
RGB
CMYK
RGB Variations
Color information
#8CDA7E (or 0x8CDA7E) is known color: De York. HEX triplet: 8C, DA and 7E. RGB value is (140,218,126). Sum of RGB (Red+Green+Blue) = 140+218+126=484 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.93% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 126 (49.61% from 255 or 26.03% from 484); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDA7E is #732581. Grayscale: #B8B8B8. Windows color (decimal): -7546242 or 8313484. OLE color: 8313484.
HSL color Cylindrical-coordinate representation of color #8CDA7E: hue angle of 110.87º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CDA7E is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 218 | 126 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.15 |
| HSL | 110.87º | 0.55% | 0.67% | - |
| HSV(B) | 110.87º | 0.42% | 0.85% | - |
| XYZ | 39.65 | 57.22 | 28.69 | - |
| YUV | 184.19 | 95.16 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 218 | 126 | 0.36 | 0 | 0.42 | 0.15 | 110.87 | 0.55 | 0.67 |
| Hex | 8C | DA | 7E | 24 | 0 | 2A | F | 6F | 37 | 43 |
| Octal | 214 | 332 | 176 | 44 | 0 | 52 | 17 | 157 | 67 | 103 |
| Binary | 10001100 | 11011010 | 1111110 | 100100 | 0 | 101010 | 1111 | 1101111 | 110111 | 1000011 |
Color Harmonies of #8CDA7E
Complementary color
Monochromatic Colors of #8CDA7E
Black with #8CDA7E
Text Example
Text Example
White with #8CDA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDA7E; }
p { color: rgb(140,218,126); }
H1.HeaderClassName
{
color: #8CDA7E;
}
.AnyTagClassName
{
color: #8CDA7E;
}
</style>
background-color css
<style>
a { background-color: #8CDA7E; }
a { background-color: rgb(140,218,126); }
div.DivClassName
{
background-color: #8CDA7E;
}
.BgClassName
{
background-color: #8CDA7E;
}
</style>
border-color css
<style>
span { border-color: #8CDA7E; }
span { border-color: rgb(140,218,126); }
td.TdClassName
{
border-color: #8CDA7E;
}
.TagClassName
{
border-color: #8CDA7E;
}
</style>