Shades of De York #8DDB83
Tints of De York #8DDB83
RGB
CMYK
RGB Variations
Color information
#8DDB83 (or 0x8DDB83) is known color: De York. HEX triplet: 8D, DB and 83. RGB value is (141,219,131). Sum of RGB (Red+Green+Blue) = 141+219+131=491 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.72% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 131 (51.56% from 255 or 26.68% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #8DDB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDB83 is #72247C. Grayscale: #B9B9B9. Windows color (decimal): -7480445 or 8641421. OLE color: 8641421.
HSL color Cylindrical-coordinate representation of color #8DDB83: hue angle of 113.18º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DDB83 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 219 | 131 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.14 |
| HSL | 113.18º | 0.55% | 0.69% | - |
| HSV(B) | 113.18º | 0.4% | 0.86% | - |
| XYZ | 40.41 | 57.96 | 30.53 | - |
| YUV | 185.65 | 97.16 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 219 | 131 | 0.36 | 0 | 0.40 | 0.14 | 113.18 | 0.55 | 0.69 |
| Hex | 8D | DB | 83 | 24 | 0 | 28 | E | 71 | 37 | 45 |
| Octal | 215 | 333 | 203 | 44 | 0 | 50 | 16 | 161 | 67 | 105 |
| Binary | 10001101 | 11011011 | 10000011 | 100100 | 0 | 101000 | 1110 | 1110001 | 110111 | 1000101 |
Color Harmonies of #8DDB83
Complementary color
Monochromatic Colors of #8DDB83
Black with #8DDB83
Text Example
Text Example
White with #8DDB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDB83; }
p { color: rgb(141,219,131); }
H1.HeaderClassName
{
color: #8DDB83;
}
.AnyTagClassName
{
color: #8DDB83;
}
</style>
background-color css
<style>
a { background-color: #8DDB83; }
a { background-color: rgb(141,219,131); }
div.DivClassName
{
background-color: #8DDB83;
}
.BgClassName
{
background-color: #8DDB83;
}
</style>
border-color css
<style>
span { border-color: #8DDB83; }
span { border-color: rgb(141,219,131); }
td.TdClassName
{
border-color: #8DDB83;
}
.TagClassName
{
border-color: #8DDB83;
}
</style>