Shades of De York #8FD382
Tints of De York #8FD382
RGB
CMYK
RGB Variations
Color information
#8FD382 (or 0x8FD382) is known color: De York. HEX triplet: 8F, D3 and 82. RGB value is (143,211,130). Sum of RGB (Red+Green+Blue) = 143+211+130=484 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.55% from 484); Green value is 211 (82.81% from 255 or 43.60% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 211 - color contains mainly: green. Hex color #8FD382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD382 is #702C7D. Grayscale: #B5B5B5. Windows color (decimal): -7351422 or 8573839. OLE color: 8573839.
HSL color Cylindrical-coordinate representation of color #8FD382: hue angle of 110.37º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FD382 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 143 | 211 | 130 | - |
| CMYK | 0.32 | 0 | 0.38 | 0.17 |
| HSL | 110.37º | 0.48% | 0.67% | - |
| HSV(B) | 110.37º | 0.38% | 0.83% | - |
| XYZ | 38.65 | 54.04 | 29.51 | - |
| YUV | 181.43 | 98.97 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 211 | 130 | 0.32 | 0 | 0.38 | 0.17 | 110.37 | 0.48 | 0.67 |
| Hex | 8F | D3 | 82 | 20 | 0 | 26 | 11 | 6E | 30 | 43 |
| Octal | 217 | 323 | 202 | 40 | 0 | 46 | 21 | 156 | 60 | 103 |
| Binary | 10001111 | 11010011 | 10000010 | 100000 | 0 | 100110 | 10001 | 1101110 | 110000 | 1000011 |
Color Harmonies of #8FD382
Complementary color
Monochromatic Colors of #8FD382
Black with #8FD382
Text Example
Text Example
White with #8FD382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD382; }
p { color: rgb(143,211,130); }
H1.HeaderClassName
{
color: #8FD382;
}
.AnyTagClassName
{
color: #8FD382;
}
</style>
background-color css
<style>
a { background-color: #8FD382; }
a { background-color: rgb(143,211,130); }
div.DivClassName
{
background-color: #8FD382;
}
.BgClassName
{
background-color: #8FD382;
}
</style>
border-color css
<style>
span { border-color: #8FD382; }
span { border-color: rgb(143,211,130); }
td.TdClassName
{
border-color: #8FD382;
}
.TagClassName
{
border-color: #8FD382;
}
</style>