Shades of De York #8DC87D
Tints of De York #8DC87D
RGB
CMYK
RGB Variations
Color information
#8DC87D (or 0x8DC87D) is known color: De York. HEX triplet: 8D, C8 and 7D. RGB value is (141,200,125). Sum of RGB (Red+Green+Blue) = 141+200+125=466 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.26% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 200 - color contains mainly: green. Hex color #8DC87D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC87D is #723782. Grayscale: #AEAEAE. Windows color (decimal): -7485315 or 8243341. OLE color: 8243341.
HSL color Cylindrical-coordinate representation of color #8DC87D: hue angle of 107.2º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DC87D is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 200 | 125 | - |
| CMYK | 0.29 | 0 | 0.38 | 0.22 |
| HSL | 107.2º | 0.41% | 0.64% | - |
| HSV(B) | 107.2º | 0.38% | 0.78% | - |
| XYZ | 35.34 | 48.45 | 26.89 | - |
| YUV | 173.81 | 100.45 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 200 | 125 | 0.29 | 0 | 0.38 | 0.22 | 107.2 | 0.41 | 0.64 |
| Hex | 8D | C8 | 7D | 1D | 0 | 26 | 16 | 6B | 29 | 40 |
| Octal | 215 | 310 | 175 | 35 | 0 | 46 | 26 | 153 | 51 | 100 |
| Binary | 10001101 | 11001000 | 1111101 | 11101 | 0 | 100110 | 10110 | 1101011 | 101001 | 1000000 |
Color Harmonies of #8DC87D
Complementary color
Monochromatic Colors of #8DC87D
Black with #8DC87D
Text Example
Text Example
White with #8DC87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC87D; }
p { color: rgb(141,200,125); }
H1.HeaderClassName
{
color: #8DC87D;
}
.AnyTagClassName
{
color: #8DC87D;
}
</style>
background-color css
<style>
a { background-color: #8DC87D; }
a { background-color: rgb(141,200,125); }
div.DivClassName
{
background-color: #8DC87D;
}
.BgClassName
{
background-color: #8DC87D;
}
</style>
border-color css
<style>
span { border-color: #8DC87D; }
span { border-color: rgb(141,200,125); }
td.TdClassName
{
border-color: #8DC87D;
}
.TagClassName
{
border-color: #8DC87D;
}
</style>