Shades of De York #8ECE8A
Tints of De York #8ECE8A
RGB
CMYK
RGB Variations
Color information
#8ECE8A (or 0x8ECE8A) is known color: De York. HEX triplet: 8E, CE and 8A. RGB value is (142,206,138). Sum of RGB (Red+Green+Blue) = 142+206+138=486 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.22% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECE8A is #713175. Grayscale: #B3B3B3. Windows color (decimal): -7418230 or 9096846. OLE color: 9096846.
HSL color Cylindrical-coordinate representation of color #8ECE8A: hue angle of 116.47º 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 #8ECE8A is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 206 | 138 | - |
| CMYK | 0.31 | 0 | 0.33 | 0.19 |
| HSL | 116.47º | 0.41% | 0.67% | - |
| HSV(B) | 116.47º | 0.33% | 0.81% | - |
| XYZ | 37.81 | 51.73 | 32.04 | - |
| YUV | 179.11 | 104.8 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 206 | 138 | 0.31 | 0 | 0.33 | 0.19 | 116.47 | 0.41 | 0.67 |
| Hex | 8E | CE | 8A | 1F | 0 | 21 | 13 | 74 | 29 | 43 |
| Octal | 216 | 316 | 212 | 37 | 0 | 41 | 23 | 164 | 51 | 103 |
| Binary | 10001110 | 11001110 | 10001010 | 11111 | 0 | 100001 | 10011 | 1110100 | 101001 | 1000011 |
Color Harmonies of #8ECE8A
Complementary color
Monochromatic Colors of #8ECE8A
Black with #8ECE8A
Text Example
Text Example
White with #8ECE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECE8A; }
p { color: rgb(142,206,138); }
H1.HeaderClassName
{
color: #8ECE8A;
}
.AnyTagClassName
{
color: #8ECE8A;
}
</style>
background-color css
<style>
a { background-color: #8ECE8A; }
a { background-color: rgb(142,206,138); }
div.DivClassName
{
background-color: #8ECE8A;
}
.BgClassName
{
background-color: #8ECE8A;
}
</style>
border-color css
<style>
span { border-color: #8ECE8A; }
span { border-color: rgb(142,206,138); }
td.TdClassName
{
border-color: #8ECE8A;
}
.TagClassName
{
border-color: #8ECE8A;
}
</style>