Shades of De York #8DC78D
Tints of De York #8DC78D
RGB
CMYK
RGB Variations
Color information
#8DC78D (or 0x8DC78D) is known color: De York. HEX triplet: 8D, C7 and 8D. RGB value is (141,199,141). Sum of RGB (Red+Green+Blue) = 141+199+141=481 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.31% from 481); Green value is 199 (78.12% from 255 or 41.37% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 199 - color contains mainly: green. Hex color #8DC78D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC78D is #723872. Grayscale: #AFAFAF. Windows color (decimal): -7485555 or 9291661. OLE color: 9291661.
HSL color Cylindrical-coordinate representation of color #8DC78D: hue angle of 120º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8DC78D is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 199 | 141 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.22 |
| HSL | 120º | 0.34% | 0.67% | - |
| HSV(B) | 120º | 0.29% | 0.78% | - |
| XYZ | 36.22 | 48.43 | 32.64 | - |
| YUV | 175.05 | 108.78 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 199 | 141 | 0.29 | 0 | 0.29 | 0.22 | 120 | 0.34 | 0.67 |
| Hex | 8D | C7 | 8D | 1D | 0 | 1D | 16 | 78 | 22 | 43 |
| Octal | 215 | 307 | 215 | 35 | 0 | 35 | 26 | 170 | 42 | 103 |
| Binary | 10001101 | 11000111 | 10001101 | 11101 | 0 | 11101 | 10110 | 1111000 | 100010 | 1000011 |
Color Harmonies of #8DC78D
Complementary color
Monochromatic Colors of #8DC78D
Black with #8DC78D
Text Example
Text Example
White with #8DC78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC78D; }
p { color: rgb(141,199,141); }
H1.HeaderClassName
{
color: #8DC78D;
}
.AnyTagClassName
{
color: #8DC78D;
}
</style>
background-color css
<style>
a { background-color: #8DC78D; }
a { background-color: rgb(141,199,141); }
div.DivClassName
{
background-color: #8DC78D;
}
.BgClassName
{
background-color: #8DC78D;
}
</style>
border-color css
<style>
span { border-color: #8DC78D; }
span { border-color: rgb(141,199,141); }
td.TdClassName
{
border-color: #8DC78D;
}
.TagClassName
{
border-color: #8DC78D;
}
</style>