Shades of De York #83D893
Tints of De York #83D893
RGB
CMYK
RGB Variations
Color information
#83D893 (or 0x83D893) is known color: De York. HEX triplet: 83, D8 and 93. RGB value is (131,216,147). Sum of RGB (Red+Green+Blue) = 131+216+147=494 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.52% from 494); Green value is 216 (84.77% from 255 or 43.72% from 494); Blue value is 147 (57.81% from 255 or 29.76% from 494); Max value from RGB is 216 - color contains mainly: green. Hex color #83D893 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D893 is #7C276C. Grayscale: #B6B6B6. Windows color (decimal): -8136557 or 9689219. OLE color: 9689219.
HSL color Cylindrical-coordinate representation of color #83D893: hue angle of 131.29º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83D893 is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 216 | 147 | - |
| CMYK | 0.39 | 0 | 0.32 | 0.15 |
| HSL | 131.29º | 0.52% | 0.68% | - |
| HSV(B) | 131.29º | 0.39% | 0.85% | - |
| XYZ | 39.18 | 56.04 | 36.36 | - |
| YUV | 182.72 | 107.84 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 216 | 147 | 0.39 | 0 | 0.32 | 0.15 | 131.29 | 0.52 | 0.68 |
| Hex | 83 | D8 | 93 | 27 | 0 | 20 | F | 83 | 34 | 44 |
| Octal | 203 | 330 | 223 | 47 | 0 | 40 | 17 | 203 | 64 | 104 |
| Binary | 10000011 | 11011000 | 10010011 | 100111 | 0 | 100000 | 1111 | 10000011 | 110100 | 1000100 |
Color Harmonies of #83D893
Complementary color
Monochromatic Colors of #83D893
Black with #83D893
Text Example
Text Example
White with #83D893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D893; }
p { color: rgb(131,216,147); }
H1.HeaderClassName
{
color: #83D893;
}
.AnyTagClassName
{
color: #83D893;
}
</style>
background-color css
<style>
a { background-color: #83D893; }
a { background-color: rgb(131,216,147); }
div.DivClassName
{
background-color: #83D893;
}
.BgClassName
{
background-color: #83D893;
}
</style>
border-color css
<style>
span { border-color: #83D893; }
span { border-color: rgb(131,216,147); }
td.TdClassName
{
border-color: #83D893;
}
.TagClassName
{
border-color: #83D893;
}
</style>