Shades of De York #82DB88
Tints of De York #82DB88
RGB
CMYK
RGB Variations
Color information
#82DB88 (or 0x82DB88) is known color: De York. HEX triplet: 82, DB and 88. RGB value is (130,219,136). Sum of RGB (Red+Green+Blue) = 130+219+136=485 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.80% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #82DB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DB88 is #7D2477. Grayscale: #B7B7B7. Windows color (decimal): -8201336 or 8969090. OLE color: 8969090.
HSL color Cylindrical-coordinate representation of color #82DB88: hue angle of 124.04º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DB88 is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 219 | 136 | - |
| CMYK | 0.41 | 0 | 0.38 | 0.14 |
| HSL | 124.04º | 0.55% | 0.68% | - |
| HSV(B) | 124.04º | 0.41% | 0.86% | - |
| XYZ | 38.98 | 57.19 | 32.28 | - |
| YUV | 182.93 | 101.51 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 219 | 136 | 0.41 | 0 | 0.38 | 0.14 | 124.04 | 0.55 | 0.68 |
| Hex | 82 | DB | 88 | 29 | 0 | 26 | E | 7C | 37 | 44 |
| Octal | 202 | 333 | 210 | 51 | 0 | 46 | 16 | 174 | 67 | 104 |
| Binary | 10000010 | 11011011 | 10001000 | 101001 | 0 | 100110 | 1110 | 1111100 | 110111 | 1000100 |
Color Harmonies of #82DB88
Complementary color
Monochromatic Colors of #82DB88
Black with #82DB88
Text Example
Text Example
White with #82DB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DB88; }
p { color: rgb(130,219,136); }
H1.HeaderClassName
{
color: #82DB88;
}
.AnyTagClassName
{
color: #82DB88;
}
</style>
background-color css
<style>
a { background-color: #82DB88; }
a { background-color: rgb(130,219,136); }
div.DivClassName
{
background-color: #82DB88;
}
.BgClassName
{
background-color: #82DB88;
}
</style>
border-color css
<style>
span { border-color: #82DB88; }
span { border-color: rgb(130,219,136); }
td.TdClassName
{
border-color: #82DB88;
}
.TagClassName
{
border-color: #82DB88;
}
</style>