Shades of De York #83C688
Tints of De York #83C688
RGB
CMYK
RGB Variations
Color information
#83C688 (or 0x83C688) is known color: De York. HEX triplet: 83, C6 and 88. RGB value is (131,198,136). Sum of RGB (Red+Green+Blue) = 131+198+136=465 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.17% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 198 - color contains mainly: green. Hex color #83C688 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C688 is #7C3977. Grayscale: #ABABAB. Windows color (decimal): -8141176 or 8963715. OLE color: 8963715.
HSL color Cylindrical-coordinate representation of color #83C688: hue angle of 124.48º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #83C688 is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 198 | 136 | - |
| CMYK | 0.34 | 0 | 0.31 | 0.22 |
| HSL | 124.48º | 0.37% | 0.65% | - |
| HSV(B) | 124.48º | 0.34% | 0.78% | - |
| XYZ | 34 | 46.99 | 30.57 | - |
| YUV | 170.9 | 108.3 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 198 | 136 | 0.34 | 0 | 0.31 | 0.22 | 124.48 | 0.37 | 0.65 |
| Hex | 83 | C6 | 88 | 22 | 0 | 1F | 16 | 7C | 25 | 41 |
| Octal | 203 | 306 | 210 | 42 | 0 | 37 | 26 | 174 | 45 | 101 |
| Binary | 10000011 | 11000110 | 10001000 | 100010 | 0 | 11111 | 10110 | 1111100 | 100101 | 1000001 |
Color Harmonies of #83C688
Complementary color
Monochromatic Colors of #83C688
Black with #83C688
Text Example
Text Example
White with #83C688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C688; }
p { color: rgb(131,198,136); }
H1.HeaderClassName
{
color: #83C688;
}
.AnyTagClassName
{
color: #83C688;
}
</style>
background-color css
<style>
a { background-color: #83C688; }
a { background-color: rgb(131,198,136); }
div.DivClassName
{
background-color: #83C688;
}
.BgClassName
{
background-color: #83C688;
}
</style>
border-color css
<style>
span { border-color: #83C688; }
span { border-color: rgb(131,198,136); }
td.TdClassName
{
border-color: #83C688;
}
.TagClassName
{
border-color: #83C688;
}
</style>