Shades of De York #83D881
Tints of De York #83D881
RGB
CMYK
RGB Variations
Color information
#83D881 (or 0x83D881) is known color: De York. HEX triplet: 83, D8 and 81. RGB value is (131,216,129). Sum of RGB (Red+Green+Blue) = 131+216+129=476 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.52% from 476); Green value is 216 (84.77% from 255 or 45.38% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 216 - color contains mainly: green. Hex color #83D881 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D881 is #7C277E. Grayscale: #B4B4B4. Windows color (decimal): -8136575 or 8509571. OLE color: 8509571.
HSL color Cylindrical-coordinate representation of color #83D881: hue angle of 118.62º degrees, saturation: 0.53, 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 #83D881 is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 216 | 129 | - |
| CMYK | 0.39 | 0 | 0.40 | 0.15 |
| HSL | 118.62º | 0.53% | 0.68% | - |
| HSV(B) | 118.62º | 0.4% | 0.85% | - |
| XYZ | 37.88 | 55.52 | 29.49 | - |
| YUV | 180.67 | 98.84 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 216 | 129 | 0.39 | 0 | 0.40 | 0.15 | 118.62 | 0.53 | 0.68 |
| Hex | 83 | D8 | 81 | 27 | 0 | 28 | F | 77 | 35 | 44 |
| Octal | 203 | 330 | 201 | 47 | 0 | 50 | 17 | 167 | 65 | 104 |
| Binary | 10000011 | 11011000 | 10000001 | 100111 | 0 | 101000 | 1111 | 1110111 | 110101 | 1000100 |
Color Harmonies of #83D881
Complementary color
Monochromatic Colors of #83D881
Black with #83D881
Text Example
Text Example
White with #83D881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D881; }
p { color: rgb(131,216,129); }
H1.HeaderClassName
{
color: #83D881;
}
.AnyTagClassName
{
color: #83D881;
}
</style>
background-color css
<style>
a { background-color: #83D881; }
a { background-color: rgb(131,216,129); }
div.DivClassName
{
background-color: #83D881;
}
.BgClassName
{
background-color: #83D881;
}
</style>
border-color css
<style>
span { border-color: #83D881; }
span { border-color: rgb(131,216,129); }
td.TdClassName
{
border-color: #83D881;
}
.TagClassName
{
border-color: #83D881;
}
</style>