Shades of De York #83DD8D
Tints of De York #83DD8D
RGB
CMYK
RGB Variations
Color information
#83DD8D (or 0x83DD8D) is known color: De York. HEX triplet: 83, DD and 8D. RGB value is (131,221,141). Sum of RGB (Red+Green+Blue) = 131+221+141=493 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.57% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #83DD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DD8D is #7C2272. Grayscale: #B9B9B9. Windows color (decimal): -8135283 or 9297283. OLE color: 9297283.
HSL color Cylindrical-coordinate representation of color #83DD8D: hue angle of 126.67º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83DD8D is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 221 | 141 | - |
| CMYK | 0.41 | 0 | 0.36 | 0.13 |
| HSL | 126.67º | 0.57% | 0.69% | - |
| HSV(B) | 126.67º | 0.41% | 0.87% | - |
| XYZ | 40.02 | 58.46 | 34.37 | - |
| YUV | 184.97 | 103.18 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 221 | 141 | 0.41 | 0 | 0.36 | 0.13 | 126.67 | 0.57 | 0.69 |
| Hex | 83 | DD | 8D | 29 | 0 | 24 | D | 7F | 39 | 45 |
| Octal | 203 | 335 | 215 | 51 | 0 | 44 | 15 | 177 | 71 | 105 |
| Binary | 10000011 | 11011101 | 10001101 | 101001 | 0 | 100100 | 1101 | 1111111 | 111001 | 1000101 |
Color Harmonies of #83DD8D
Complementary color
Monochromatic Colors of #83DD8D
Black with #83DD8D
Text Example
Text Example
White with #83DD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DD8D; }
p { color: rgb(131,221,141); }
H1.HeaderClassName
{
color: #83DD8D;
}
.AnyTagClassName
{
color: #83DD8D;
}
</style>
background-color css
<style>
a { background-color: #83DD8D; }
a { background-color: rgb(131,221,141); }
div.DivClassName
{
background-color: #83DD8D;
}
.BgClassName
{
background-color: #83DD8D;
}
</style>
border-color css
<style>
span { border-color: #83DD8D; }
span { border-color: rgb(131,221,141); }
td.TdClassName
{
border-color: #83DD8D;
}
.TagClassName
{
border-color: #83DD8D;
}
</style>