Shades of De York #83D888
Tints of De York #83D888
RGB
CMYK
RGB Variations
Color information
#83D888 (or 0x83D888) is known color: De York. HEX triplet: 83, D8 and 88. RGB value is (131,216,136). Sum of RGB (Red+Green+Blue) = 131+216+136=483 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.12% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 216 - color contains mainly: green. Hex color #83D888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D888 is #7C2777. Grayscale: #B5B5B5. Windows color (decimal): -8136568 or 8968323. OLE color: 8968323.
HSL color Cylindrical-coordinate representation of color #83D888: hue angle of 123.53º 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 #83D888 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 216 | 136 | - |
| CMYK | 0.39 | 0 | 0.37 | 0.15 |
| HSL | 123.53º | 0.52% | 0.68% | - |
| HSV(B) | 123.53º | 0.39% | 0.85% | - |
| XYZ | 38.36 | 55.71 | 32.02 | - |
| YUV | 181.47 | 102.34 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 216 | 136 | 0.39 | 0 | 0.37 | 0.15 | 123.53 | 0.52 | 0.68 |
| Hex | 83 | D8 | 88 | 27 | 0 | 25 | F | 7C | 34 | 44 |
| Octal | 203 | 330 | 210 | 47 | 0 | 45 | 17 | 174 | 64 | 104 |
| Binary | 10000011 | 11011000 | 10001000 | 100111 | 0 | 100101 | 1111 | 1111100 | 110100 | 1000100 |
Color Harmonies of #83D888
Complementary color
Monochromatic Colors of #83D888
Black with #83D888
Text Example
Text Example
White with #83D888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D888; }
p { color: rgb(131,216,136); }
H1.HeaderClassName
{
color: #83D888;
}
.AnyTagClassName
{
color: #83D888;
}
</style>
background-color css
<style>
a { background-color: #83D888; }
a { background-color: rgb(131,216,136); }
div.DivClassName
{
background-color: #83D888;
}
.BgClassName
{
background-color: #83D888;
}
</style>
border-color css
<style>
span { border-color: #83D888; }
span { border-color: rgb(131,216,136); }
td.TdClassName
{
border-color: #83D888;
}
.TagClassName
{
border-color: #83D888;
}
</style>