Shades of De York #83D886
Tints of De York #83D886
RGB
CMYK
RGB Variations
Color information
#83D886 (or 0x83D886) is known color: De York. HEX triplet: 83, D8 and 86. RGB value is (131,216,134). Sum of RGB (Red+Green+Blue) = 131+216+134=481 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.23% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 216 - color contains mainly: green. Hex color #83D886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D886 is #7C2779. Grayscale: #B5B5B5. Windows color (decimal): -8136570 or 8837251. OLE color: 8837251.
HSL color Cylindrical-coordinate representation of color #83D886: hue angle of 122.12º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83D886 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 216 | 134 | - |
| CMYK | 0.39 | 0 | 0.38 | 0.15 |
| HSL | 122.12º | 0.52% | 0.68% | - |
| HSV(B) | 122.12º | 0.39% | 0.85% | - |
| XYZ | 38.22 | 55.66 | 31.28 | - |
| YUV | 181.24 | 101.34 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 216 | 134 | 0.39 | 0 | 0.38 | 0.15 | 122.12 | 0.52 | 0.68 |
| Hex | 83 | D8 | 86 | 27 | 0 | 26 | F | 7A | 34 | 44 |
| Octal | 203 | 330 | 206 | 47 | 0 | 46 | 17 | 172 | 64 | 104 |
| Binary | 10000011 | 11011000 | 10000110 | 100111 | 0 | 100110 | 1111 | 1111010 | 110100 | 1000100 |
Color Harmonies of #83D886
Complementary color
Monochromatic Colors of #83D886
Black with #83D886
Text Example
Text Example
White with #83D886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D886; }
p { color: rgb(131,216,134); }
H1.HeaderClassName
{
color: #83D886;
}
.AnyTagClassName
{
color: #83D886;
}
</style>
background-color css
<style>
a { background-color: #83D886; }
a { background-color: rgb(131,216,134); }
div.DivClassName
{
background-color: #83D886;
}
.BgClassName
{
background-color: #83D886;
}
</style>
border-color css
<style>
span { border-color: #83D886; }
span { border-color: rgb(131,216,134); }
td.TdClassName
{
border-color: #83D886;
}
.TagClassName
{
border-color: #83D886;
}
</style>