Shades of De York #83C581
Tints of De York #83C581
RGB
CMYK
RGB Variations
Color information
#83C581 (or 0x83C581) is known color: De York. HEX triplet: 83, C5 and 81. RGB value is (131,197,129). Sum of RGB (Red+Green+Blue) = 131+197+129=457 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.67% from 457); Green value is 197 (77.34% from 255 or 43.11% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 197 - color contains mainly: green. Hex color #83C581 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C581 is #7C3A7E. Grayscale: #A9A9A9. Windows color (decimal): -8141439 or 8504707. OLE color: 8504707.
HSL color Cylindrical-coordinate representation of color #83C581: hue angle of 118.24º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83C581 is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 131 | 197 | 129 | - |
| CMYK | 0.34 | 0 | 0.35 | 0.23 |
| HSL | 118.24º | 0.37% | 0.64% | - |
| HSV(B) | 118.24º | 0.35% | 0.77% | - |
| XYZ | 33.29 | 46.34 | 27.96 | - |
| YUV | 169.51 | 105.13 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 197 | 129 | 0.34 | 0 | 0.35 | 0.23 | 118.24 | 0.37 | 0.64 |
| Hex | 83 | C5 | 81 | 22 | 0 | 23 | 17 | 76 | 25 | 40 |
| Octal | 203 | 305 | 201 | 42 | 0 | 43 | 27 | 166 | 45 | 100 |
| Binary | 10000011 | 11000101 | 10000001 | 100010 | 0 | 100011 | 10111 | 1110110 | 100101 | 1000000 |
Color Harmonies of #83C581
Complementary color
Monochromatic Colors of #83C581
Black with #83C581
Text Example
Text Example
White with #83C581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C581; }
p { color: rgb(131,197,129); }
H1.HeaderClassName
{
color: #83C581;
}
.AnyTagClassName
{
color: #83C581;
}
</style>
background-color css
<style>
a { background-color: #83C581; }
a { background-color: rgb(131,197,129); }
div.DivClassName
{
background-color: #83C581;
}
.BgClassName
{
background-color: #83C581;
}
</style>
border-color css
<style>
span { border-color: #83C581; }
span { border-color: rgb(131,197,129); }
td.TdClassName
{
border-color: #83C581;
}
.TagClassName
{
border-color: #83C581;
}
</style>