Shades of De York #8DDA83
Tints of De York #8DDA83
RGB
CMYK
RGB Variations
Color information
#8DDA83 (or 0x8DDA83) is known color: De York. HEX triplet: 8D, DA and 83. RGB value is (141,218,131). Sum of RGB (Red+Green+Blue) = 141+218+131=490 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.78% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 131 (51.56% from 255 or 26.73% from 490); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDA83 is #72257C. Grayscale: #B9B9B9. Windows color (decimal): -7480701 or 8641165. OLE color: 8641165.
HSL color Cylindrical-coordinate representation of color #8DDA83: hue angle of 113.1º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DDA83 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 218 | 131 | - |
| CMYK | 0.35 | 0 | 0.40 | 0.15 |
| HSL | 113.1º | 0.54% | 0.68% | - |
| HSV(B) | 113.1º | 0.4% | 0.85% | - |
| XYZ | 40.15 | 57.44 | 30.44 | - |
| YUV | 185.06 | 97.49 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 218 | 131 | 0.35 | 0 | 0.40 | 0.15 | 113.1 | 0.54 | 0.68 |
| Hex | 8D | DA | 83 | 23 | 0 | 28 | F | 71 | 36 | 44 |
| Octal | 215 | 332 | 203 | 43 | 0 | 50 | 17 | 161 | 66 | 104 |
| Binary | 10001101 | 11011010 | 10000011 | 100011 | 0 | 101000 | 1111 | 1110001 | 110110 | 1000100 |
Color Harmonies of #8DDA83
Complementary color
Monochromatic Colors of #8DDA83
Black with #8DDA83
Text Example
Text Example
White with #8DDA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDA83; }
p { color: rgb(141,218,131); }
H1.HeaderClassName
{
color: #8DDA83;
}
.AnyTagClassName
{
color: #8DDA83;
}
</style>
background-color css
<style>
a { background-color: #8DDA83; }
a { background-color: rgb(141,218,131); }
div.DivClassName
{
background-color: #8DDA83;
}
.BgClassName
{
background-color: #8DDA83;
}
</style>
border-color css
<style>
span { border-color: #8DDA83; }
span { border-color: rgb(141,218,131); }
td.TdClassName
{
border-color: #8DDA83;
}
.TagClassName
{
border-color: #8DDA83;
}
</style>