Shades of De York #83C488
Tints of De York #83C488
RGB
CMYK
RGB Variations
Color information
#83C488 (or 0x83C488) is known color: De York. HEX triplet: 83, C4 and 88. RGB value is (131,196,136). Sum of RGB (Red+Green+Blue) = 131+196+136=463 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.29% from 463); Green value is 196 (76.95% from 255 or 42.33% from 463); Blue value is 136 (53.52% from 255 or 29.37% from 463); Max value from RGB is 196 - color contains mainly: green. Hex color #83C488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C488 is #7C3B77. Grayscale: #A9A9A9. Windows color (decimal): -8141688 or 8963203. OLE color: 8963203.
HSL color Cylindrical-coordinate representation of color #83C488: hue angle of 124.62º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #83C488 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 131 | 196 | 136 | - |
| CMYK | 0.33 | 0 | 0.31 | 0.23 |
| HSL | 124.62º | 0.36% | 0.64% | - |
| HSV(B) | 124.62º | 0.33% | 0.77% | - |
| XYZ | 33.54 | 46.08 | 30.42 | - |
| YUV | 169.73 | 108.97 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 196 | 136 | 0.33 | 0 | 0.31 | 0.23 | 124.62 | 0.36 | 0.64 |
| Hex | 83 | C4 | 88 | 21 | 0 | 1F | 17 | 7D | 24 | 40 |
| Octal | 203 | 304 | 210 | 41 | 0 | 37 | 27 | 175 | 44 | 100 |
| Binary | 10000011 | 11000100 | 10001000 | 100001 | 0 | 11111 | 10111 | 1111101 | 100100 | 1000000 |
Color Harmonies of #83C488
Complementary color
Monochromatic Colors of #83C488
Black with #83C488
Text Example
Text Example
White with #83C488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C488; }
p { color: rgb(131,196,136); }
H1.HeaderClassName
{
color: #83C488;
}
.AnyTagClassName
{
color: #83C488;
}
</style>
background-color css
<style>
a { background-color: #83C488; }
a { background-color: rgb(131,196,136); }
div.DivClassName
{
background-color: #83C488;
}
.BgClassName
{
background-color: #83C488;
}
</style>
border-color css
<style>
span { border-color: #83C488; }
span { border-color: rgb(131,196,136); }
td.TdClassName
{
border-color: #83C488;
}
.TagClassName
{
border-color: #83C488;
}
</style>