Shades of De York #8CCE7E
Tints of De York #8CCE7E
RGB
CMYK
RGB Variations
Color information
#8CCE7E (or 0x8CCE7E) is known color: De York. HEX triplet: 8C, CE and 7E. RGB value is (140,206,126). Sum of RGB (Red+Green+Blue) = 140+206+126=472 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.66% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 206 - color contains mainly: green. Hex color #8CCE7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCE7E is #733181. Grayscale: #B1B1B1. Windows color (decimal): -7549314 or 8310412. OLE color: 8310412.
HSL color Cylindrical-coordinate representation of color #8CCE7E: hue angle of 109.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CCE7E is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 206 | 126 | - |
| CMYK | 0.32 | 0 | 0.39 | 0.19 |
| HSL | 109.5º | 0.45% | 0.65% | - |
| HSV(B) | 109.5º | 0.39% | 0.81% | - |
| XYZ | 36.65 | 51.22 | 27.69 | - |
| YUV | 177.15 | 99.13 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 206 | 126 | 0.32 | 0 | 0.39 | 0.19 | 109.5 | 0.45 | 0.65 |
| Hex | 8C | CE | 7E | 20 | 0 | 27 | 13 | 6E | 2D | 41 |
| Octal | 214 | 316 | 176 | 40 | 0 | 47 | 23 | 156 | 55 | 101 |
| Binary | 10001100 | 11001110 | 1111110 | 100000 | 0 | 100111 | 10011 | 1101110 | 101101 | 1000001 |
Color Harmonies of #8CCE7E
Complementary color
Monochromatic Colors of #8CCE7E
Black with #8CCE7E
Text Example
Text Example
White with #8CCE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCE7E; }
p { color: rgb(140,206,126); }
H1.HeaderClassName
{
color: #8CCE7E;
}
.AnyTagClassName
{
color: #8CCE7E;
}
</style>
background-color css
<style>
a { background-color: #8CCE7E; }
a { background-color: rgb(140,206,126); }
div.DivClassName
{
background-color: #8CCE7E;
}
.BgClassName
{
background-color: #8CCE7E;
}
</style>
border-color css
<style>
span { border-color: #8CCE7E; }
span { border-color: rgb(140,206,126); }
td.TdClassName
{
border-color: #8CCE7E;
}
.TagClassName
{
border-color: #8CCE7E;
}
</style>