Shades of De York #8FD28E
Tints of De York #8FD28E
RGB
CMYK
RGB Variations
Color information
#8FD28E (or 0x8FD28E) is known color: De York. HEX triplet: 8F, D2 and 8E. RGB value is (143,210,142). Sum of RGB (Red+Green+Blue) = 143+210+142=495 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.89% from 495); Green value is 210 (82.42% from 255 or 42.42% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 210 - color contains mainly: green. Hex color #8FD28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD28E is #702D71. Grayscale: #B6B6B6. Windows color (decimal): -7351666 or 9360015. OLE color: 9360015.
HSL color Cylindrical-coordinate representation of color #8FD28E: hue angle of 119.12º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8FD28E is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 210 | 142 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.18 |
| HSL | 119.12º | 0.43% | 0.69% | - |
| HSV(B) | 119.12º | 0.32% | 0.82% | - |
| XYZ | 39.26 | 53.89 | 33.92 | - |
| YUV | 182.22 | 105.3 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 210 | 142 | 0.32 | 0 | 0.32 | 0.18 | 119.12 | 0.43 | 0.69 |
| Hex | 8F | D2 | 8E | 20 | 0 | 20 | 12 | 77 | 2B | 45 |
| Octal | 217 | 322 | 216 | 40 | 0 | 40 | 22 | 167 | 53 | 105 |
| Binary | 10001111 | 11010010 | 10001110 | 100000 | 0 | 100000 | 10010 | 1110111 | 101011 | 1000101 |
Color Harmonies of #8FD28E
Complementary color
Monochromatic Colors of #8FD28E
Black with #8FD28E
Text Example
Text Example
White with #8FD28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD28E; }
p { color: rgb(143,210,142); }
H1.HeaderClassName
{
color: #8FD28E;
}
.AnyTagClassName
{
color: #8FD28E;
}
</style>
background-color css
<style>
a { background-color: #8FD28E; }
a { background-color: rgb(143,210,142); }
div.DivClassName
{
background-color: #8FD28E;
}
.BgClassName
{
background-color: #8FD28E;
}
</style>
border-color css
<style>
span { border-color: #8FD28E; }
span { border-color: rgb(143,210,142); }
td.TdClassName
{
border-color: #8FD28E;
}
.TagClassName
{
border-color: #8FD28E;
}
</style>