Shades of De York #83D885
Tints of De York #83D885
RGB
CMYK
RGB Variations
Color information
#83D885 (or 0x83D885) is known color: De York. HEX triplet: 83, D8 and 85. RGB value is (131,216,133). Sum of RGB (Red+Green+Blue) = 131+216+133=480 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.29% from 480); Green value is 216 (84.77% from 255 or 45% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 216 - color contains mainly: green. Hex color #83D885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D885 is #7C277A. Grayscale: #B5B5B5. Windows color (decimal): -8136571 or 8771715. OLE color: 8771715.
HSL color Cylindrical-coordinate representation of color #83D885: hue angle of 121.41º 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 #83D885 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 216 | 133 | - |
| CMYK | 0.39 | 0 | 0.38 | 0.15 |
| HSL | 121.41º | 0.52% | 0.68% | - |
| HSV(B) | 121.41º | 0.39% | 0.85% | - |
| XYZ | 38.15 | 55.63 | 30.92 | - |
| YUV | 181.12 | 100.84 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 216 | 133 | 0.39 | 0 | 0.38 | 0.15 | 121.41 | 0.52 | 0.68 |
| Hex | 83 | D8 | 85 | 27 | 0 | 26 | F | 79 | 34 | 44 |
| Octal | 203 | 330 | 205 | 47 | 0 | 46 | 17 | 171 | 64 | 104 |
| Binary | 10000011 | 11011000 | 10000101 | 100111 | 0 | 100110 | 1111 | 1111001 | 110100 | 1000100 |
Color Harmonies of #83D885
Complementary color
Monochromatic Colors of #83D885
Black with #83D885
Text Example
Text Example
White with #83D885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D885; }
p { color: rgb(131,216,133); }
H1.HeaderClassName
{
color: #83D885;
}
.AnyTagClassName
{
color: #83D885;
}
</style>
background-color css
<style>
a { background-color: #83D885; }
a { background-color: rgb(131,216,133); }
div.DivClassName
{
background-color: #83D885;
}
.BgClassName
{
background-color: #83D885;
}
</style>
border-color css
<style>
span { border-color: #83D885; }
span { border-color: rgb(131,216,133); }
td.TdClassName
{
border-color: #83D885;
}
.TagClassName
{
border-color: #83D885;
}
</style>