Shades of De York #8ECE98
Tints of De York #8ECE98
RGB
CMYK
RGB Variations
Color information
#8ECE98 (or 0x8ECE98) is known color: De York. HEX triplet: 8E, CE and 98. RGB value is (142,206,152). Sum of RGB (Red+Green+Blue) = 142+206+152=500 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.4% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 152 (59.77% from 255 or 30.4% from 500); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECE98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECE98 is #713167. Grayscale: #B4B4B4. Windows color (decimal): -7418216 or 10014350. OLE color: 10014350.
HSL color Cylindrical-coordinate representation of color #8ECE98: hue angle of 129.38º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ECE98 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 206 | 152 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.19 |
| HSL | 129.38º | 0.4% | 0.68% | - |
| HSV(B) | 129.38º | 0.31% | 0.81% | - |
| XYZ | 38.89 | 52.16 | 37.72 | - |
| YUV | 180.71 | 111.8 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 206 | 152 | 0.31 | 0 | 0.26 | 0.19 | 129.38 | 0.4 | 0.68 |
| Hex | 8E | CE | 98 | 1F | 0 | 1A | 13 | 81 | 28 | 44 |
| Octal | 216 | 316 | 230 | 37 | 0 | 32 | 23 | 201 | 50 | 104 |
| Binary | 10001110 | 11001110 | 10011000 | 11111 | 0 | 11010 | 10011 | 10000001 | 101000 | 1000100 |
Color Harmonies of #8ECE98
Complementary color
Monochromatic Colors of #8ECE98
Black with #8ECE98
Text Example
Text Example
White with #8ECE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECE98; }
p { color: rgb(142,206,152); }
H1.HeaderClassName
{
color: #8ECE98;
}
.AnyTagClassName
{
color: #8ECE98;
}
</style>
background-color css
<style>
a { background-color: #8ECE98; }
a { background-color: rgb(142,206,152); }
div.DivClassName
{
background-color: #8ECE98;
}
.BgClassName
{
background-color: #8ECE98;
}
</style>
border-color css
<style>
span { border-color: #8ECE98; }
span { border-color: rgb(142,206,152); }
td.TdClassName
{
border-color: #8ECE98;
}
.TagClassName
{
border-color: #8ECE98;
}
</style>