Shades of De York #83C780
Tints of De York #83C780
RGB
CMYK
RGB Variations
Color information
#83C780 (or 0x83C780) is known color: De York. HEX triplet: 83, C7 and 80. RGB value is (131,199,128). Sum of RGB (Red+Green+Blue) = 131+199+128=458 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.60% from 458); Green value is 199 (78.12% from 255 or 43.45% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 199 - color contains mainly: green. Hex color #83C780 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C780 is #7C387F. Grayscale: #AAAAAA. Windows color (decimal): -8140928 or 8439683. OLE color: 8439683.
HSL color Cylindrical-coordinate representation of color #83C780: hue angle of 117.46º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83C780 is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 199 | 128 | - |
| CMYK | 0.34 | 0 | 0.36 | 0.22 |
| HSL | 117.46º | 0.39% | 0.64% | - |
| HSV(B) | 117.46º | 0.36% | 0.78% | - |
| XYZ | 33.68 | 47.23 | 27.76 | - |
| YUV | 170.57 | 103.97 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 199 | 128 | 0.34 | 0 | 0.36 | 0.22 | 117.46 | 0.39 | 0.64 |
| Hex | 83 | C7 | 80 | 22 | 0 | 24 | 16 | 75 | 27 | 40 |
| Octal | 203 | 307 | 200 | 42 | 0 | 44 | 26 | 165 | 47 | 100 |
| Binary | 10000011 | 11000111 | 10000000 | 100010 | 0 | 100100 | 10110 | 1110101 | 100111 | 1000000 |
Color Harmonies of #83C780
Complementary color
Monochromatic Colors of #83C780
Black with #83C780
Text Example
Text Example
White with #83C780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C780; }
p { color: rgb(131,199,128); }
H1.HeaderClassName
{
color: #83C780;
}
.AnyTagClassName
{
color: #83C780;
}
</style>
background-color css
<style>
a { background-color: #83C780; }
a { background-color: rgb(131,199,128); }
div.DivClassName
{
background-color: #83C780;
}
.BgClassName
{
background-color: #83C780;
}
</style>
border-color css
<style>
span { border-color: #83C780; }
span { border-color: rgb(131,199,128); }
td.TdClassName
{
border-color: #83C780;
}
.TagClassName
{
border-color: #83C780;
}
</style>