Shades of De York #8FD58E
Tints of De York #8FD58E
RGB
CMYK
RGB Variations
Color information
#8FD58E (or 0x8FD58E) is known color: De York. HEX triplet: 8F, D5 and 8E. RGB value is (143,213,142). Sum of RGB (Red+Green+Blue) = 143+213+142=498 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.71% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #8FD58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD58E is #702A71. Grayscale: #B8B8B8. Windows color (decimal): -7350898 or 9360783. OLE color: 9360783.
HSL color Cylindrical-coordinate representation of color #8FD58E: hue angle of 119.15º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FD58E is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 213 | 142 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.16 |
| HSL | 119.15º | 0.46% | 0.7% | - |
| HSV(B) | 119.15º | 0.33% | 0.84% | - |
| XYZ | 40 | 55.38 | 34.17 | - |
| YUV | 183.98 | 104.31 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 213 | 142 | 0.33 | 0 | 0.33 | 0.16 | 119.15 | 0.46 | 0.7 |
| Hex | 8F | D5 | 8E | 21 | 0 | 21 | 10 | 77 | 2E | 46 |
| Octal | 217 | 325 | 216 | 41 | 0 | 41 | 20 | 167 | 56 | 106 |
| Binary | 10001111 | 11010101 | 10001110 | 100001 | 0 | 100001 | 10000 | 1110111 | 101110 | 1000110 |
Color Harmonies of #8FD58E
Complementary color
Monochromatic Colors of #8FD58E
Black with #8FD58E
Text Example
Text Example
White with #8FD58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD58E; }
p { color: rgb(143,213,142); }
H1.HeaderClassName
{
color: #8FD58E;
}
.AnyTagClassName
{
color: #8FD58E;
}
</style>
background-color css
<style>
a { background-color: #8FD58E; }
a { background-color: rgb(143,213,142); }
div.DivClassName
{
background-color: #8FD58E;
}
.BgClassName
{
background-color: #8FD58E;
}
</style>
border-color css
<style>
span { border-color: #8FD58E; }
span { border-color: rgb(143,213,142); }
td.TdClassName
{
border-color: #8FD58E;
}
.TagClassName
{
border-color: #8FD58E;
}
</style>