Shades of De York #83DD88
Tints of De York #83DD88
RGB
CMYK
RGB Variations
Color information
#83DD88 (or 0x83DD88) is known color: De York. HEX triplet: 83, DD and 88. RGB value is (131,221,136). Sum of RGB (Red+Green+Blue) = 131+221+136=488 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.84% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #83DD88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DD88 is #7C2277. Grayscale: #B8B8B8. Windows color (decimal): -8135288 or 8969603. OLE color: 8969603.
HSL color Cylindrical-coordinate representation of color #83DD88: hue angle of 123.33º 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 #83DD88 is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 221 | 136 | - |
| CMYK | 0.41 | 0 | 0.38 | 0.13 |
| HSL | 123.33º | 0.57% | 0.69% | - |
| HSV(B) | 123.33º | 0.41% | 0.87% | - |
| XYZ | 39.66 | 58.32 | 32.46 | - |
| YUV | 184.4 | 100.68 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 221 | 136 | 0.41 | 0 | 0.38 | 0.13 | 123.33 | 0.57 | 0.69 |
| Hex | 83 | DD | 88 | 29 | 0 | 26 | D | 7B | 39 | 45 |
| Octal | 203 | 335 | 210 | 51 | 0 | 46 | 15 | 173 | 71 | 105 |
| Binary | 10000011 | 11011101 | 10001000 | 101001 | 0 | 100110 | 1101 | 1111011 | 111001 | 1000101 |
Color Harmonies of #83DD88
Complementary color
Monochromatic Colors of #83DD88
Black with #83DD88
Text Example
Text Example
White with #83DD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DD88; }
p { color: rgb(131,221,136); }
H1.HeaderClassName
{
color: #83DD88;
}
.AnyTagClassName
{
color: #83DD88;
}
</style>
background-color css
<style>
a { background-color: #83DD88; }
a { background-color: rgb(131,221,136); }
div.DivClassName
{
background-color: #83DD88;
}
.BgClassName
{
background-color: #83DD88;
}
</style>
border-color css
<style>
span { border-color: #83DD88; }
span { border-color: rgb(131,221,136); }
td.TdClassName
{
border-color: #83DD88;
}
.TagClassName
{
border-color: #83DD88;
}
</style>