Shades of De York #83C57C
Tints of De York #83C57C
RGB
CMYK
RGB Variations
Color information
#83C57C (or 0x83C57C) is known color: De York. HEX triplet: 83, C5 and 7C. RGB value is (131,197,124). Sum of RGB (Red+Green+Blue) = 131+197+124=452 (59% of max value = 765). Red value is 131 (51.56% from 255 or 28.98% from 452); Green value is 197 (77.34% from 255 or 43.58% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 197 - color contains mainly: green. Hex color #83C57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C57C is #7C3A83. Grayscale: #A9A9A9. Windows color (decimal): -8141444 or 8177027. OLE color: 8177027.
HSL color Cylindrical-coordinate representation of color #83C57C: hue angle of 114.25º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83C57C is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 131 | 197 | 124 | - |
| CMYK | 0.34 | 0 | 0.37 | 0.23 |
| HSL | 114.25º | 0.39% | 0.63% | - |
| HSV(B) | 114.25º | 0.37% | 0.77% | - |
| XYZ | 32.96 | 46.21 | 26.25 | - |
| YUV | 168.94 | 102.63 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 197 | 124 | 0.34 | 0 | 0.37 | 0.23 | 114.25 | 0.39 | 0.63 |
| Hex | 83 | C5 | 7C | 22 | 0 | 25 | 17 | 72 | 27 | 3F |
| Octal | 203 | 305 | 174 | 42 | 0 | 45 | 27 | 162 | 47 | 77 |
| Binary | 10000011 | 11000101 | 1111100 | 100010 | 0 | 100101 | 10111 | 1110010 | 100111 | 111111 |
Color Harmonies of #83C57C
Complementary color
Monochromatic Colors of #83C57C
Black with #83C57C
Text Example
Text Example
White with #83C57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C57C; }
p { color: rgb(131,197,124); }
H1.HeaderClassName
{
color: #83C57C;
}
.AnyTagClassName
{
color: #83C57C;
}
</style>
background-color css
<style>
a { background-color: #83C57C; }
a { background-color: rgb(131,197,124); }
div.DivClassName
{
background-color: #83C57C;
}
.BgClassName
{
background-color: #83C57C;
}
</style>
border-color css
<style>
span { border-color: #83C57C; }
span { border-color: rgb(131,197,124); }
td.TdClassName
{
border-color: #83C57C;
}
.TagClassName
{
border-color: #83C57C;
}
</style>