Shades of De York #83B980
Tints of De York #83B980
RGB
CMYK
RGB Variations
Color information
#83B980 (or 0x83B980) is known color: De York. HEX triplet: 83, B9 and 80. RGB value is (131,185,128). Sum of RGB (Red+Green+Blue) = 131+185+128=444 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.50% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 185 - color contains mainly: green. Hex color #83B980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83B980 is #7C467F. Grayscale: #A2A2A2. Windows color (decimal): -8144512 or 8436099. OLE color: 8436099.
HSL color Cylindrical-coordinate representation of color #83B980: hue angle of 116.84º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83B980 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 185 | 128 | - |
| CMYK | 0.29 | 0 | 0.31 | 0.27 |
| HSL | 116.84º | 0.29% | 0.61% | - |
| HSV(B) | 116.84º | 0.31% | 0.73% | - |
| XYZ | 30.61 | 41.08 | 26.74 | - |
| YUV | 162.36 | 108.61 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 185 | 128 | 0.29 | 0 | 0.31 | 0.27 | 116.84 | 0.29 | 0.61 |
| Hex | 83 | B9 | 80 | 1D | 0 | 1F | 1B | 75 | 1D | 3D |
| Octal | 203 | 271 | 200 | 35 | 0 | 37 | 33 | 165 | 35 | 75 |
| Binary | 10000011 | 10111001 | 10000000 | 11101 | 0 | 11111 | 11011 | 1110101 | 11101 | 111101 |
Color Harmonies of #83B980
Complementary color
Monochromatic Colors of #83B980
Black with #83B980
Text Example
Text Example
White with #83B980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B980; }
p { color: rgb(131,185,128); }
H1.HeaderClassName
{
color: #83B980;
}
.AnyTagClassName
{
color: #83B980;
}
</style>
background-color css
<style>
a { background-color: #83B980; }
a { background-color: rgb(131,185,128); }
div.DivClassName
{
background-color: #83B980;
}
.BgClassName
{
background-color: #83B980;
}
</style>
border-color css
<style>
span { border-color: #83B980; }
span { border-color: rgb(131,185,128); }
td.TdClassName
{
border-color: #83B980;
}
.TagClassName
{
border-color: #83B980;
}
</style>