Shades of De York #8FD28C
Tints of De York #8FD28C
RGB
CMYK
RGB Variations
Color information
#8FD28C (or 0x8FD28C) is known color: De York. HEX triplet: 8F, D2 and 8C. RGB value is (143,210,140). Sum of RGB (Red+Green+Blue) = 143+210+140=493 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.01% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 210 - color contains mainly: green. Hex color #8FD28C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD28C is #702D73. Grayscale: #B6B6B6. Windows color (decimal): -7351668 or 9228943. OLE color: 9228943.
HSL color Cylindrical-coordinate representation of color #8FD28C: hue angle of 117.43º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FD28C is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 210 | 140 | - |
| CMYK | 0.32 | 0 | 0.33 | 0.18 |
| HSL | 117.43º | 0.44% | 0.69% | - |
| HSV(B) | 117.43º | 0.33% | 0.82% | - |
| XYZ | 39.11 | 53.83 | 33.14 | - |
| YUV | 181.99 | 104.3 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 210 | 140 | 0.32 | 0 | 0.33 | 0.18 | 117.43 | 0.44 | 0.69 |
| Hex | 8F | D2 | 8C | 20 | 0 | 21 | 12 | 75 | 2C | 45 |
| Octal | 217 | 322 | 214 | 40 | 0 | 41 | 22 | 165 | 54 | 105 |
| Binary | 10001111 | 11010010 | 10001100 | 100000 | 0 | 100001 | 10010 | 1110101 | 101100 | 1000101 |
Color Harmonies of #8FD28C
Complementary color
Monochromatic Colors of #8FD28C
Black with #8FD28C
Text Example
Text Example
White with #8FD28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD28C; }
p { color: rgb(143,210,140); }
H1.HeaderClassName
{
color: #8FD28C;
}
.AnyTagClassName
{
color: #8FD28C;
}
</style>
background-color css
<style>
a { background-color: #8FD28C; }
a { background-color: rgb(143,210,140); }
div.DivClassName
{
background-color: #8FD28C;
}
.BgClassName
{
background-color: #8FD28C;
}
</style>
border-color css
<style>
span { border-color: #8FD28C; }
span { border-color: rgb(143,210,140); }
td.TdClassName
{
border-color: #8FD28C;
}
.TagClassName
{
border-color: #8FD28C;
}
</style>