Shades of De York #8DC680
Tints of De York #8DC680
RGB
CMYK
RGB Variations
Color information
#8DC680 (or 0x8DC680) is known color: De York. HEX triplet: 8D, C6 and 80. RGB value is (141,198,128). Sum of RGB (Red+Green+Blue) = 141+198+128=467 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.19% from 467); Green value is 198 (77.73% from 255 or 42.40% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 198 - color contains mainly: green. Hex color #8DC680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC680 is #72397F. Grayscale: #ADADAD. Windows color (decimal): -7485824 or 8439437. OLE color: 8439437.
HSL color Cylindrical-coordinate representation of color #8DC680: hue angle of 108.86º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DC680 is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 198 | 128 | - |
| CMYK | 0.29 | 0 | 0.35 | 0.22 |
| HSL | 108.86º | 0.38% | 0.64% | - |
| HSV(B) | 108.86º | 0.35% | 0.78% | - |
| XYZ | 35.07 | 47.61 | 27.76 | - |
| YUV | 172.98 | 102.62 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 198 | 128 | 0.29 | 0 | 0.35 | 0.22 | 108.86 | 0.38 | 0.64 |
| Hex | 8D | C6 | 80 | 1D | 0 | 23 | 16 | 6D | 26 | 40 |
| Octal | 215 | 306 | 200 | 35 | 0 | 43 | 26 | 155 | 46 | 100 |
| Binary | 10001101 | 11000110 | 10000000 | 11101 | 0 | 100011 | 10110 | 1101101 | 100110 | 1000000 |
Color Harmonies of #8DC680
Complementary color
Monochromatic Colors of #8DC680
Black with #8DC680
Text Example
Text Example
White with #8DC680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC680; }
p { color: rgb(141,198,128); }
H1.HeaderClassName
{
color: #8DC680;
}
.AnyTagClassName
{
color: #8DC680;
}
</style>
background-color css
<style>
a { background-color: #8DC680; }
a { background-color: rgb(141,198,128); }
div.DivClassName
{
background-color: #8DC680;
}
.BgClassName
{
background-color: #8DC680;
}
</style>
border-color css
<style>
span { border-color: #8DC680; }
span { border-color: rgb(141,198,128); }
td.TdClassName
{
border-color: #8DC680;
}
.TagClassName
{
border-color: #8DC680;
}
</style>