Shades of De York #8DC98D
Tints of De York #8DC98D
RGB
CMYK
RGB Variations
Color information
#8DC98D (or 0x8DC98D) is known color: De York. HEX triplet: 8D, C9 and 8D. RGB value is (141,201,141). Sum of RGB (Red+Green+Blue) = 141+201+141=483 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.19% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 201 - color contains mainly: green. Hex color #8DC98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC98D is #723672. Grayscale: #B0B0B0. Windows color (decimal): -7485043 or 9292173. OLE color: 9292173.
HSL color Cylindrical-coordinate representation of color #8DC98D: hue angle of 120º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DC98D is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 201 | 141 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.21 |
| HSL | 120º | 0.36% | 0.67% | - |
| HSV(B) | 120º | 0.3% | 0.79% | - |
| XYZ | 36.68 | 49.36 | 32.79 | - |
| YUV | 176.22 | 108.12 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 201 | 141 | 0.30 | 0 | 0.30 | 0.21 | 120 | 0.36 | 0.67 |
| Hex | 8D | C9 | 8D | 1E | 0 | 1E | 15 | 78 | 24 | 43 |
| Octal | 215 | 311 | 215 | 36 | 0 | 36 | 25 | 170 | 44 | 103 |
| Binary | 10001101 | 11001001 | 10001101 | 11110 | 0 | 11110 | 10101 | 1111000 | 100100 | 1000011 |
Color Harmonies of #8DC98D
Complementary color
Monochromatic Colors of #8DC98D
Black with #8DC98D
Text Example
Text Example
White with #8DC98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC98D; }
p { color: rgb(141,201,141); }
H1.HeaderClassName
{
color: #8DC98D;
}
.AnyTagClassName
{
color: #8DC98D;
}
</style>
background-color css
<style>
a { background-color: #8DC98D; }
a { background-color: rgb(141,201,141); }
div.DivClassName
{
background-color: #8DC98D;
}
.BgClassName
{
background-color: #8DC98D;
}
</style>
border-color css
<style>
span { border-color: #8DC98D; }
span { border-color: rgb(141,201,141); }
td.TdClassName
{
border-color: #8DC98D;
}
.TagClassName
{
border-color: #8DC98D;
}
</style>