Shades of De York #8ECE89
Tints of De York #8ECE89
RGB
CMYK
RGB Variations
Color information
#8ECE89 (or 0x8ECE89) is known color: De York. HEX triplet: 8E, CE and 89. RGB value is (142,206,137). Sum of RGB (Red+Green+Blue) = 142+206+137=485 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.28% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECE89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECE89 is #713176. Grayscale: #B3B3B3. Windows color (decimal): -7418231 or 9031310. OLE color: 9031310.
HSL color Cylindrical-coordinate representation of color #8ECE89: hue angle of 115.65º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ECE89 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 206 | 137 | - |
| CMYK | 0.31 | 0 | 0.33 | 0.19 |
| HSL | 115.65º | 0.41% | 0.67% | - |
| HSV(B) | 115.65º | 0.33% | 0.81% | - |
| XYZ | 37.74 | 51.7 | 31.66 | - |
| YUV | 179 | 104.3 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 206 | 137 | 0.31 | 0 | 0.33 | 0.19 | 115.65 | 0.41 | 0.67 |
| Hex | 8E | CE | 89 | 1F | 0 | 21 | 13 | 74 | 29 | 43 |
| Octal | 216 | 316 | 211 | 37 | 0 | 41 | 23 | 164 | 51 | 103 |
| Binary | 10001110 | 11001110 | 10001001 | 11111 | 0 | 100001 | 10011 | 1110100 | 101001 | 1000011 |
Color Harmonies of #8ECE89
Complementary color
Monochromatic Colors of #8ECE89
Black with #8ECE89
Text Example
Text Example
White with #8ECE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECE89; }
p { color: rgb(142,206,137); }
H1.HeaderClassName
{
color: #8ECE89;
}
.AnyTagClassName
{
color: #8ECE89;
}
</style>
background-color css
<style>
a { background-color: #8ECE89; }
a { background-color: rgb(142,206,137); }
div.DivClassName
{
background-color: #8ECE89;
}
.BgClassName
{
background-color: #8ECE89;
}
</style>
border-color css
<style>
span { border-color: #8ECE89; }
span { border-color: rgb(142,206,137); }
td.TdClassName
{
border-color: #8ECE89;
}
.TagClassName
{
border-color: #8ECE89;
}
</style>