Shades of De York #8ECF82
Tints of De York #8ECF82
RGB
CMYK
RGB Variations
Color information
#8ECF82 (or 0x8ECF82) is known color: De York. HEX triplet: 8E, CF and 82. RGB value is (142,207,130). Sum of RGB (Red+Green+Blue) = 142+207+130=479 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.65% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 130 (51.17% from 255 or 27.14% from 479); Max value from RGB is 207 - color contains mainly: green. Hex color #8ECF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECF82 is #71307D. Grayscale: #B3B3B3. Windows color (decimal): -7417982 or 8572814. OLE color: 8572814.
HSL color Cylindrical-coordinate representation of color #8ECF82: hue angle of 110.65º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ECF82 is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 207 | 130 | - |
| CMYK | 0.31 | 0 | 0.37 | 0.19 |
| HSL | 110.65º | 0.45% | 0.66% | - |
| HSV(B) | 110.65º | 0.37% | 0.81% | - |
| XYZ | 37.5 | 51.99 | 29.18 | - |
| YUV | 178.79 | 100.47 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 207 | 130 | 0.31 | 0 | 0.37 | 0.19 | 110.65 | 0.45 | 0.66 |
| Hex | 8E | CF | 82 | 1F | 0 | 25 | 13 | 6F | 2D | 42 |
| Octal | 216 | 317 | 202 | 37 | 0 | 45 | 23 | 157 | 55 | 102 |
| Binary | 10001110 | 11001111 | 10000010 | 11111 | 0 | 100101 | 10011 | 1101111 | 101101 | 1000010 |
Color Harmonies of #8ECF82
Complementary color
Monochromatic Colors of #8ECF82
Black with #8ECF82
Text Example
Text Example
White with #8ECF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECF82; }
p { color: rgb(142,207,130); }
H1.HeaderClassName
{
color: #8ECF82;
}
.AnyTagClassName
{
color: #8ECF82;
}
</style>
background-color css
<style>
a { background-color: #8ECF82; }
a { background-color: rgb(142,207,130); }
div.DivClassName
{
background-color: #8ECF82;
}
.BgClassName
{
background-color: #8ECF82;
}
</style>
border-color css
<style>
span { border-color: #8ECF82; }
span { border-color: rgb(142,207,130); }
td.TdClassName
{
border-color: #8ECF82;
}
.TagClassName
{
border-color: #8ECF82;
}
</style>