Shades of De York #8DD793
Tints of De York #8DD793
RGB
CMYK
RGB Variations
Color information
#8DD793 (or 0x8DD793) is known color: De York. HEX triplet: 8D, D7 and 93. RGB value is (141,215,147). Sum of RGB (Red+Green+Blue) = 141+215+147=503 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.03% from 503); Green value is 215 (84.38% from 255 or 42.74% from 503); Blue value is 147 (57.81% from 255 or 29.22% from 503); Max value from RGB is 215 - color contains mainly: green. Hex color #8DD793 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD793 is #72286C. Grayscale: #B9B9B9. Windows color (decimal): -7481453 or 9688973. OLE color: 9688973.
HSL color Cylindrical-coordinate representation of color #8DD793: hue angle of 124.86º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DD793 is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 215 | 147 | - |
| CMYK | 0.34 | 0 | 0.32 | 0.16 |
| HSL | 124.86º | 0.48% | 0.7% | - |
| HSV(B) | 124.86º | 0.34% | 0.84% | - |
| XYZ | 40.55 | 56.37 | 36.35 | - |
| YUV | 185.12 | 106.48 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 215 | 147 | 0.34 | 0 | 0.32 | 0.16 | 124.86 | 0.48 | 0.7 |
| Hex | 8D | D7 | 93 | 22 | 0 | 20 | 10 | 7D | 30 | 46 |
| Octal | 215 | 327 | 223 | 42 | 0 | 40 | 20 | 175 | 60 | 106 |
| Binary | 10001101 | 11010111 | 10010011 | 100010 | 0 | 100000 | 10000 | 1111101 | 110000 | 1000110 |
Color Harmonies of #8DD793
Complementary color
Monochromatic Colors of #8DD793
Black with #8DD793
Text Example
Text Example
White with #8DD793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD793; }
p { color: rgb(141,215,147); }
H1.HeaderClassName
{
color: #8DD793;
}
.AnyTagClassName
{
color: #8DD793;
}
</style>
background-color css
<style>
a { background-color: #8DD793; }
a { background-color: rgb(141,215,147); }
div.DivClassName
{
background-color: #8DD793;
}
.BgClassName
{
background-color: #8DD793;
}
</style>
border-color css
<style>
span { border-color: #8DD793; }
span { border-color: rgb(141,215,147); }
td.TdClassName
{
border-color: #8DD793;
}
.TagClassName
{
border-color: #8DD793;
}
</style>