Shades of De York #8FC882
Tints of De York #8FC882
RGB
CMYK
RGB Variations
Color information
#8FC882 (or 0x8FC882) is known color: De York. HEX triplet: 8F, C8 and 82. RGB value is (143,200,130). Sum of RGB (Red+Green+Blue) = 143+200+130=473 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.23% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 200 - color contains mainly: green. Hex color #8FC882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC882 is #70377D. Grayscale: #AFAFAF. Windows color (decimal): -7354238 or 8571023. OLE color: 8571023.
HSL color Cylindrical-coordinate representation of color #8FC882: hue angle of 108.86º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FC882 is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 200 | 130 | - |
| CMYK | 0.28 | 0 | 0.35 | 0.22 |
| HSL | 108.86º | 0.39% | 0.65% | - |
| HSV(B) | 108.86º | 0.35% | 0.78% | - |
| XYZ | 36.01 | 48.76 | 28.63 | - |
| YUV | 174.98 | 102.62 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 200 | 130 | 0.28 | 0 | 0.35 | 0.22 | 108.86 | 0.39 | 0.65 |
| Hex | 8F | C8 | 82 | 1C | 0 | 23 | 16 | 6D | 27 | 41 |
| Octal | 217 | 310 | 202 | 34 | 0 | 43 | 26 | 155 | 47 | 101 |
| Binary | 10001111 | 11001000 | 10000010 | 11100 | 0 | 100011 | 10110 | 1101101 | 100111 | 1000001 |
Color Harmonies of #8FC882
Complementary color
Monochromatic Colors of #8FC882
Black with #8FC882
Text Example
Text Example
White with #8FC882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC882; }
p { color: rgb(143,200,130); }
H1.HeaderClassName
{
color: #8FC882;
}
.AnyTagClassName
{
color: #8FC882;
}
</style>
background-color css
<style>
a { background-color: #8FC882; }
a { background-color: rgb(143,200,130); }
div.DivClassName
{
background-color: #8FC882;
}
.BgClassName
{
background-color: #8FC882;
}
</style>
border-color css
<style>
span { border-color: #8FC882; }
span { border-color: rgb(143,200,130); }
td.TdClassName
{
border-color: #8FC882;
}
.TagClassName
{
border-color: #8FC882;
}
</style>