Shades of De York #8ECF92
Tints of De York #8ECF92
RGB
CMYK
RGB Variations
Color information
#8ECF92 (or 0x8ECF92) is known color: De York. HEX triplet: 8E, CF and 92. RGB value is (142,207,146). Sum of RGB (Red+Green+Blue) = 142+207+146=495 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.69% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #8ECF92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECF92 is #71306D. Grayscale: #B4B4B4. Windows color (decimal): -7417966 or 9621390. OLE color: 9621390.
HSL color Cylindrical-coordinate representation of color #8ECF92: hue angle of 123.69º 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 #8ECF92 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 207 | 146 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.19 |
| HSL | 123.69º | 0.4% | 0.68% | - |
| HSV(B) | 123.69º | 0.31% | 0.81% | - |
| XYZ | 38.66 | 52.45 | 35.28 | - |
| YUV | 180.61 | 108.47 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 207 | 146 | 0.31 | 0 | 0.29 | 0.19 | 123.69 | 0.4 | 0.68 |
| Hex | 8E | CF | 92 | 1F | 0 | 1D | 13 | 7C | 28 | 44 |
| Octal | 216 | 317 | 222 | 37 | 0 | 35 | 23 | 174 | 50 | 104 |
| Binary | 10001110 | 11001111 | 10010010 | 11111 | 0 | 11101 | 10011 | 1111100 | 101000 | 1000100 |
Color Harmonies of #8ECF92
Complementary color
Monochromatic Colors of #8ECF92
Black with #8ECF92
Text Example
Text Example
White with #8ECF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECF92; }
p { color: rgb(142,207,146); }
H1.HeaderClassName
{
color: #8ECF92;
}
.AnyTagClassName
{
color: #8ECF92;
}
</style>
background-color css
<style>
a { background-color: #8ECF92; }
a { background-color: rgb(142,207,146); }
div.DivClassName
{
background-color: #8ECF92;
}
.BgClassName
{
background-color: #8ECF92;
}
</style>
border-color css
<style>
span { border-color: #8ECF92; }
span { border-color: rgb(142,207,146); }
td.TdClassName
{
border-color: #8ECF92;
}
.TagClassName
{
border-color: #8ECF92;
}
</style>