Shades of De York #8CDB7E
Tints of De York #8CDB7E
RGB
CMYK
RGB Variations
Color information
#8CDB7E (or 0x8CDB7E) is known color: De York. HEX triplet: 8C, DB and 7E. RGB value is (140,219,126). Sum of RGB (Red+Green+Blue) = 140+219+126=485 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.87% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDB7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDB7E is #732481. Grayscale: #B9B9B9. Windows color (decimal): -7545986 or 8313740. OLE color: 8313740.
HSL color Cylindrical-coordinate representation of color #8CDB7E: hue angle of 110.97º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CDB7E is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 219 | 126 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.14 |
| HSL | 110.97º | 0.56% | 0.68% | - |
| HSV(B) | 110.97º | 0.42% | 0.86% | - |
| XYZ | 39.91 | 57.74 | 28.78 | - |
| YUV | 184.78 | 94.83 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 219 | 126 | 0.36 | 0 | 0.42 | 0.14 | 110.97 | 0.56 | 0.68 |
| Hex | 8C | DB | 7E | 24 | 0 | 2A | E | 6F | 38 | 44 |
| Octal | 214 | 333 | 176 | 44 | 0 | 52 | 16 | 157 | 70 | 104 |
| Binary | 10001100 | 11011011 | 1111110 | 100100 | 0 | 101010 | 1110 | 1101111 | 111000 | 1000100 |
Color Harmonies of #8CDB7E
Complementary color
Monochromatic Colors of #8CDB7E
Black with #8CDB7E
Text Example
Text Example
White with #8CDB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDB7E; }
p { color: rgb(140,219,126); }
H1.HeaderClassName
{
color: #8CDB7E;
}
.AnyTagClassName
{
color: #8CDB7E;
}
</style>
background-color css
<style>
a { background-color: #8CDB7E; }
a { background-color: rgb(140,219,126); }
div.DivClassName
{
background-color: #8CDB7E;
}
.BgClassName
{
background-color: #8CDB7E;
}
</style>
border-color css
<style>
span { border-color: #8CDB7E; }
span { border-color: rgb(140,219,126); }
td.TdClassName
{
border-color: #8CDB7E;
}
.TagClassName
{
border-color: #8CDB7E;
}
</style>