Shades of De York #8FD28B
Tints of De York #8FD28B
RGB
CMYK
RGB Variations
Color information
#8FD28B (or 0x8FD28B) is known color: De York. HEX triplet: 8F, D2 and 8B. RGB value is (143,210,139). Sum of RGB (Red+Green+Blue) = 143+210+139=492 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.07% from 492); Green value is 210 (82.42% from 255 or 42.68% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 210 - color contains mainly: green. Hex color #8FD28B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD28B is #702D74. Grayscale: #B6B6B6. Windows color (decimal): -7351669 or 9163407. OLE color: 9163407.
HSL color Cylindrical-coordinate representation of color #8FD28B: hue angle of 116.62º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FD28B is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 210 | 139 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.18 |
| HSL | 116.62º | 0.44% | 0.68% | - |
| HSV(B) | 116.62º | 0.34% | 0.82% | - |
| XYZ | 39.03 | 53.8 | 32.75 | - |
| YUV | 181.87 | 103.8 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 210 | 139 | 0.32 | 0 | 0.34 | 0.18 | 116.62 | 0.44 | 0.68 |
| Hex | 8F | D2 | 8B | 20 | 0 | 22 | 12 | 75 | 2C | 44 |
| Octal | 217 | 322 | 213 | 40 | 0 | 42 | 22 | 165 | 54 | 104 |
| Binary | 10001111 | 11010010 | 10001011 | 100000 | 0 | 100010 | 10010 | 1110101 | 101100 | 1000100 |
Color Harmonies of #8FD28B
Complementary color
Monochromatic Colors of #8FD28B
Black with #8FD28B
Text Example
Text Example
White with #8FD28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD28B; }
p { color: rgb(143,210,139); }
H1.HeaderClassName
{
color: #8FD28B;
}
.AnyTagClassName
{
color: #8FD28B;
}
</style>
background-color css
<style>
a { background-color: #8FD28B; }
a { background-color: rgb(143,210,139); }
div.DivClassName
{
background-color: #8FD28B;
}
.BgClassName
{
background-color: #8FD28B;
}
</style>
border-color css
<style>
span { border-color: #8FD28B; }
span { border-color: rgb(143,210,139); }
td.TdClassName
{
border-color: #8FD28B;
}
.TagClassName
{
border-color: #8FD28B;
}
</style>