Shades of De York #83D697
Tints of De York #83D697
RGB
CMYK
RGB Variations
Color information
#83D697 (or 0x83D697) is known color: De York. HEX triplet: 83, D6 and 97. RGB value is (131,214,151). Sum of RGB (Red+Green+Blue) = 131+214+151=496 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.41% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 151 (59.38% from 255 or 30.44% from 496); Max value from RGB is 214 - color contains mainly: green. Hex color #83D697 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D697 is #7C2968. Grayscale: #B6B6B6. Windows color (decimal): -8137065 or 9950851. OLE color: 9950851.
HSL color Cylindrical-coordinate representation of color #83D697: hue angle of 134.46º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83D697 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 214 | 151 | - |
| CMYK | 0.39 | 0 | 0.29 | 0.16 |
| HSL | 134.46º | 0.5% | 0.68% | - |
| HSV(B) | 134.46º | 0.39% | 0.84% | - |
| XYZ | 38.99 | 55.15 | 37.87 | - |
| YUV | 182 | 110.5 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 214 | 151 | 0.39 | 0 | 0.29 | 0.16 | 134.46 | 0.5 | 0.68 |
| Hex | 83 | D6 | 97 | 27 | 0 | 1D | 10 | 86 | 32 | 44 |
| Octal | 203 | 326 | 227 | 47 | 0 | 35 | 20 | 206 | 62 | 104 |
| Binary | 10000011 | 11010110 | 10010111 | 100111 | 0 | 11101 | 10000 | 10000110 | 110010 | 1000100 |
Color Harmonies of #83D697
Complementary color
Monochromatic Colors of #83D697
Black with #83D697
Text Example
Text Example
White with #83D697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D697; }
p { color: rgb(131,214,151); }
H1.HeaderClassName
{
color: #83D697;
}
.AnyTagClassName
{
color: #83D697;
}
</style>
background-color css
<style>
a { background-color: #83D697; }
a { background-color: rgb(131,214,151); }
div.DivClassName
{
background-color: #83D697;
}
.BgClassName
{
background-color: #83D697;
}
</style>
border-color css
<style>
span { border-color: #83D697; }
span { border-color: rgb(131,214,151); }
td.TdClassName
{
border-color: #83D697;
}
.TagClassName
{
border-color: #83D697;
}
</style>