Shades of De York #8ECF90
Tints of De York #8ECF90
RGB
CMYK
RGB Variations
Color information
#8ECF90 (or 0x8ECF90) is known color: De York. HEX triplet: 8E, CF and 90. RGB value is (142,207,144). Sum of RGB (Red+Green+Blue) = 142+207+144=493 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.80% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 144 (56.64% from 255 or 29.21% from 493); Max value from RGB is 207 - color contains mainly: green. Hex color #8ECF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECF90 is #71306F. Grayscale: #B4B4B4. Windows color (decimal): -7417968 or 9490318. OLE color: 9490318.
HSL color Cylindrical-coordinate representation of color #8ECF90: hue angle of 121.85º 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 #8ECF90 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 207 | 144 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.19 |
| HSL | 121.85º | 0.4% | 0.68% | - |
| HSV(B) | 121.85º | 0.31% | 0.81% | - |
| XYZ | 38.5 | 52.39 | 34.47 | - |
| YUV | 180.38 | 107.47 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 207 | 144 | 0.31 | 0 | 0.30 | 0.19 | 121.85 | 0.4 | 0.68 |
| Hex | 8E | CF | 90 | 1F | 0 | 1E | 13 | 7A | 28 | 44 |
| Octal | 216 | 317 | 220 | 37 | 0 | 36 | 23 | 172 | 50 | 104 |
| Binary | 10001110 | 11001111 | 10010000 | 11111 | 0 | 11110 | 10011 | 1111010 | 101000 | 1000100 |
Color Harmonies of #8ECF90
Complementary color
Monochromatic Colors of #8ECF90
Black with #8ECF90
Text Example
Text Example
White with #8ECF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECF90; }
p { color: rgb(142,207,144); }
H1.HeaderClassName
{
color: #8ECF90;
}
.AnyTagClassName
{
color: #8ECF90;
}
</style>
background-color css
<style>
a { background-color: #8ECF90; }
a { background-color: rgb(142,207,144); }
div.DivClassName
{
background-color: #8ECF90;
}
.BgClassName
{
background-color: #8ECF90;
}
</style>
border-color css
<style>
span { border-color: #8ECF90; }
span { border-color: rgb(142,207,144); }
td.TdClassName
{
border-color: #8ECF90;
}
.TagClassName
{
border-color: #8ECF90;
}
</style>