Shades of De York #8FD38C
Tints of De York #8FD38C
RGB
CMYK
RGB Variations
Color information
#8FD38C (or 0x8FD38C) is known color: De York. HEX triplet: 8F, D3 and 8C. RGB value is (143,211,140). Sum of RGB (Red+Green+Blue) = 143+211+140=494 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.95% from 494); Green value is 211 (82.81% from 255 or 42.71% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 211 - color contains mainly: green. Hex color #8FD38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD38C is #702C73. Grayscale: #B6B6B6. Windows color (decimal): -7351412 or 9229199. OLE color: 9229199.
HSL color Cylindrical-coordinate representation of color #8FD38C: hue angle of 117.46º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FD38C is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 143 | 211 | 140 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.17 |
| HSL | 117.46º | 0.45% | 0.69% | - |
| HSV(B) | 117.46º | 0.34% | 0.83% | - |
| XYZ | 39.36 | 54.32 | 33.22 | - |
| YUV | 182.57 | 103.97 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 211 | 140 | 0.32 | 0 | 0.34 | 0.17 | 117.46 | 0.45 | 0.69 |
| Hex | 8F | D3 | 8C | 20 | 0 | 22 | 11 | 75 | 2D | 45 |
| Octal | 217 | 323 | 214 | 40 | 0 | 42 | 21 | 165 | 55 | 105 |
| Binary | 10001111 | 11010011 | 10001100 | 100000 | 0 | 100010 | 10001 | 1110101 | 101101 | 1000101 |
Color Harmonies of #8FD38C
Complementary color
Monochromatic Colors of #8FD38C
Black with #8FD38C
Text Example
Text Example
White with #8FD38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD38C; }
p { color: rgb(143,211,140); }
H1.HeaderClassName
{
color: #8FD38C;
}
.AnyTagClassName
{
color: #8FD38C;
}
</style>
background-color css
<style>
a { background-color: #8FD38C; }
a { background-color: rgb(143,211,140); }
div.DivClassName
{
background-color: #8FD38C;
}
.BgClassName
{
background-color: #8FD38C;
}
</style>
border-color css
<style>
span { border-color: #8FD38C; }
span { border-color: rgb(143,211,140); }
td.TdClassName
{
border-color: #8FD38C;
}
.TagClassName
{
border-color: #8FD38C;
}
</style>