Shades of De York #83D380
Tints of De York #83D380
RGB
CMYK
RGB Variations
Color information
#83D380 (or 0x83D380) is known color: De York. HEX triplet: 83, D3 and 80. RGB value is (131,211,128). Sum of RGB (Red+Green+Blue) = 131+211+128=470 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.87% from 470); Green value is 211 (82.81% from 255 or 44.89% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 211 - color contains mainly: green. Hex color #83D380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D380 is #7C2C7F. Grayscale: #B1B1B1. Windows color (decimal): -8137856 or 8442755. OLE color: 8442755.
HSL color Cylindrical-coordinate representation of color #83D380: hue angle of 117.83º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83D380 is Cyan = 0.38, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 131 | 211 | 128 | - |
| CMYK | 0.38 | 0 | 0.39 | 0.17 |
| HSL | 117.83º | 0.49% | 0.66% | - |
| HSV(B) | 117.83º | 0.39% | 0.83% | - |
| XYZ | 36.55 | 52.97 | 28.72 | - |
| YUV | 177.62 | 100 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 211 | 128 | 0.38 | 0 | 0.39 | 0.17 | 117.83 | 0.49 | 0.66 |
| Hex | 83 | D3 | 80 | 26 | 0 | 27 | 11 | 76 | 31 | 42 |
| Octal | 203 | 323 | 200 | 46 | 0 | 47 | 21 | 166 | 61 | 102 |
| Binary | 10000011 | 11010011 | 10000000 | 100110 | 0 | 100111 | 10001 | 1110110 | 110001 | 1000010 |
Color Harmonies of #83D380
Complementary color
Monochromatic Colors of #83D380
Black with #83D380
Text Example
Text Example
White with #83D380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D380; }
p { color: rgb(131,211,128); }
H1.HeaderClassName
{
color: #83D380;
}
.AnyTagClassName
{
color: #83D380;
}
</style>
background-color css
<style>
a { background-color: #83D380; }
a { background-color: rgb(131,211,128); }
div.DivClassName
{
background-color: #83D380;
}
.BgClassName
{
background-color: #83D380;
}
</style>
border-color css
<style>
span { border-color: #83D380; }
span { border-color: rgb(131,211,128); }
td.TdClassName
{
border-color: #83D380;
}
.TagClassName
{
border-color: #83D380;
}
</style>