Shades of De York #8ECE8B
Tints of De York #8ECE8B
RGB
CMYK
RGB Variations
Color information
#8ECE8B (or 0x8ECE8B) is known color: De York. HEX triplet: 8E, CE and 8B. RGB value is (142,206,139). Sum of RGB (Red+Green+Blue) = 142+206+139=487 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.16% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECE8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECE8B is #713174. Grayscale: #B3B3B3. Windows color (decimal): -7418229 or 9162382. OLE color: 9162382.
HSL color Cylindrical-coordinate representation of color #8ECE8B: hue angle of 117.31º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ECE8B is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 206 | 139 | - |
| CMYK | 0.31 | 0 | 0.33 | 0.19 |
| HSL | 117.31º | 0.41% | 0.68% | - |
| HSV(B) | 117.31º | 0.33% | 0.81% | - |
| XYZ | 37.89 | 51.76 | 32.42 | - |
| YUV | 179.23 | 105.3 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 206 | 139 | 0.31 | 0 | 0.33 | 0.19 | 117.31 | 0.41 | 0.68 |
| Hex | 8E | CE | 8B | 1F | 0 | 21 | 13 | 75 | 29 | 44 |
| Octal | 216 | 316 | 213 | 37 | 0 | 41 | 23 | 165 | 51 | 104 |
| Binary | 10001110 | 11001110 | 10001011 | 11111 | 0 | 100001 | 10011 | 1110101 | 101001 | 1000100 |
Color Harmonies of #8ECE8B
Complementary color
Monochromatic Colors of #8ECE8B
Black with #8ECE8B
Text Example
Text Example
White with #8ECE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECE8B; }
p { color: rgb(142,206,139); }
H1.HeaderClassName
{
color: #8ECE8B;
}
.AnyTagClassName
{
color: #8ECE8B;
}
</style>
background-color css
<style>
a { background-color: #8ECE8B; }
a { background-color: rgb(142,206,139); }
div.DivClassName
{
background-color: #8ECE8B;
}
.BgClassName
{
background-color: #8ECE8B;
}
</style>
border-color css
<style>
span { border-color: #8ECE8B; }
span { border-color: rgb(142,206,139); }
td.TdClassName
{
border-color: #8ECE8B;
}
.TagClassName
{
border-color: #8ECE8B;
}
</style>