Shades of De York #83C578
Tints of De York #83C578
RGB
CMYK
RGB Variations
Color information
#83C578 (or 0x83C578) is known color: De York. HEX triplet: 83, C5 and 78. RGB value is (131,197,120). Sum of RGB (Red+Green+Blue) = 131+197+120=448 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.24% from 448); Green value is 197 (77.34% from 255 or 43.97% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 197 - color contains mainly: green. Hex color #83C578 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C578 is #7C3A87. Grayscale: #A8A8A8. Windows color (decimal): -8141448 or 7914883. OLE color: 7914883.
HSL color Cylindrical-coordinate representation of color #83C578: hue angle of 111.43º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83C578 is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 131 | 197 | 120 | - |
| CMYK | 0.34 | 0 | 0.39 | 0.23 |
| HSL | 111.43º | 0.4% | 0.62% | - |
| HSV(B) | 111.43º | 0.39% | 0.77% | - |
| XYZ | 32.72 | 46.11 | 24.95 | - |
| YUV | 168.49 | 100.63 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 197 | 120 | 0.34 | 0 | 0.39 | 0.23 | 111.43 | 0.4 | 0.62 |
| Hex | 83 | C5 | 78 | 22 | 0 | 27 | 17 | 6F | 28 | 3E |
| Octal | 203 | 305 | 170 | 42 | 0 | 47 | 27 | 157 | 50 | 76 |
| Binary | 10000011 | 11000101 | 1111000 | 100010 | 0 | 100111 | 10111 | 1101111 | 101000 | 111110 |
Color Harmonies of #83C578
Complementary color
Monochromatic Colors of #83C578
Black with #83C578
Text Example
Text Example
White with #83C578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C578; }
p { color: rgb(131,197,120); }
H1.HeaderClassName
{
color: #83C578;
}
.AnyTagClassName
{
color: #83C578;
}
</style>
background-color css
<style>
a { background-color: #83C578; }
a { background-color: rgb(131,197,120); }
div.DivClassName
{
background-color: #83C578;
}
.BgClassName
{
background-color: #83C578;
}
</style>
border-color css
<style>
span { border-color: #83C578; }
span { border-color: rgb(131,197,120); }
td.TdClassName
{
border-color: #83C578;
}
.TagClassName
{
border-color: #83C578;
}
</style>