Shades of De York #8DC37D
Tints of De York #8DC37D
RGB
CMYK
RGB Variations
Color information
#8DC37D (or 0x8DC37D) is known color: De York. HEX triplet: 8D, C3 and 7D. RGB value is (141,195,125). Sum of RGB (Red+Green+Blue) = 141+195+125=461 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.59% from 461); Green value is 195 (76.56% from 255 or 42.30% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 195 - color contains mainly: green. Hex color #8DC37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC37D is #723C82. Grayscale: #ABABAB. Windows color (decimal): -7486595 or 8242061. OLE color: 8242061.
HSL color Cylindrical-coordinate representation of color #8DC37D: hue angle of 106.29º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DC37D is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 195 | 125 | - |
| CMYK | 0.28 | 0 | 0.36 | 0.24 |
| HSL | 106.29º | 0.37% | 0.63% | - |
| HSV(B) | 106.29º | 0.36% | 0.76% | - |
| XYZ | 34.2 | 46.17 | 26.51 | - |
| YUV | 170.87 | 102.11 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 195 | 125 | 0.28 | 0 | 0.36 | 0.24 | 106.29 | 0.37 | 0.63 |
| Hex | 8D | C3 | 7D | 1C | 0 | 24 | 18 | 6A | 25 | 3F |
| Octal | 215 | 303 | 175 | 34 | 0 | 44 | 30 | 152 | 45 | 77 |
| Binary | 10001101 | 11000011 | 1111101 | 11100 | 0 | 100100 | 11000 | 1101010 | 100101 | 111111 |
Color Harmonies of #8DC37D
Complementary color
Monochromatic Colors of #8DC37D
Black with #8DC37D
Text Example
Text Example
White with #8DC37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC37D; }
p { color: rgb(141,195,125); }
H1.HeaderClassName
{
color: #8DC37D;
}
.AnyTagClassName
{
color: #8DC37D;
}
</style>
background-color css
<style>
a { background-color: #8DC37D; }
a { background-color: rgb(141,195,125); }
div.DivClassName
{
background-color: #8DC37D;
}
.BgClassName
{
background-color: #8DC37D;
}
</style>
border-color css
<style>
span { border-color: #8DC37D; }
span { border-color: rgb(141,195,125); }
td.TdClassName
{
border-color: #8DC37D;
}
.TagClassName
{
border-color: #8DC37D;
}
</style>