Shades of De York #83C17A
Tints of De York #83C17A
RGB
CMYK
RGB Variations
Color information
#83C17A (or 0x83C17A) is known color: De York. HEX triplet: 83, C1 and 7A. RGB value is (131,193,122). Sum of RGB (Red+Green+Blue) = 131+193+122=446 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.37% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 193 - color contains mainly: green. Hex color #83C17A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C17A is #7C3E85. Grayscale: #A6A6A6. Windows color (decimal): -8142470 or 8044931. OLE color: 8044931.
HSL color Cylindrical-coordinate representation of color #83C17A: hue angle of 112.39º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83C17A is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 193 | 122 | - |
| CMYK | 0.32 | 0 | 0.37 | 0.24 |
| HSL | 112.39º | 0.36% | 0.62% | - |
| HSV(B) | 112.39º | 0.37% | 0.76% | - |
| XYZ | 31.94 | 44.37 | 25.29 | - |
| YUV | 166.37 | 102.96 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 193 | 122 | 0.32 | 0 | 0.37 | 0.24 | 112.39 | 0.36 | 0.62 |
| Hex | 83 | C1 | 7A | 20 | 0 | 25 | 18 | 70 | 24 | 3E |
| Octal | 203 | 301 | 172 | 40 | 0 | 45 | 30 | 160 | 44 | 76 |
| Binary | 10000011 | 11000001 | 1111010 | 100000 | 0 | 100101 | 11000 | 1110000 | 100100 | 111110 |
Color Harmonies of #83C17A
Complementary color
Monochromatic Colors of #83C17A
Black with #83C17A
Text Example
Text Example
White with #83C17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C17A; }
p { color: rgb(131,193,122); }
H1.HeaderClassName
{
color: #83C17A;
}
.AnyTagClassName
{
color: #83C17A;
}
</style>
background-color css
<style>
a { background-color: #83C17A; }
a { background-color: rgb(131,193,122); }
div.DivClassName
{
background-color: #83C17A;
}
.BgClassName
{
background-color: #83C17A;
}
</style>
border-color css
<style>
span { border-color: #83C17A; }
span { border-color: rgb(131,193,122); }
td.TdClassName
{
border-color: #83C17A;
}
.TagClassName
{
border-color: #83C17A;
}
</style>