Shades of De York #82DB86
Tints of De York #82DB86
RGB
CMYK
RGB Variations
Color information
#82DB86 (or 0x82DB86) is known color: De York. HEX triplet: 82, DB and 86. RGB value is (130,219,134). Sum of RGB (Red+Green+Blue) = 130+219+134=483 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.92% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 134 (52.73% from 255 or 27.74% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #82DB86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DB86 is #7D2479. Grayscale: #B6B6B6. Windows color (decimal): -8201338 or 8838018. OLE color: 8838018.
HSL color Cylindrical-coordinate representation of color #82DB86: hue angle of 122.7º 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 #82DB86 is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 219 | 134 | - |
| CMYK | 0.41 | 0 | 0.39 | 0.14 |
| HSL | 122.7º | 0.55% | 0.68% | - |
| HSV(B) | 122.7º | 0.41% | 0.86% | - |
| XYZ | 38.84 | 57.13 | 31.53 | - |
| YUV | 182.7 | 100.51 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 219 | 134 | 0.41 | 0 | 0.39 | 0.14 | 122.7 | 0.55 | 0.68 |
| Hex | 82 | DB | 86 | 29 | 0 | 27 | E | 7B | 37 | 44 |
| Octal | 202 | 333 | 206 | 51 | 0 | 47 | 16 | 173 | 67 | 104 |
| Binary | 10000010 | 11011011 | 10000110 | 101001 | 0 | 100111 | 1110 | 1111011 | 110111 | 1000100 |
Color Harmonies of #82DB86
Complementary color
Monochromatic Colors of #82DB86
Black with #82DB86
Text Example
Text Example
White with #82DB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DB86; }
p { color: rgb(130,219,134); }
H1.HeaderClassName
{
color: #82DB86;
}
.AnyTagClassName
{
color: #82DB86;
}
</style>
background-color css
<style>
a { background-color: #82DB86; }
a { background-color: rgb(130,219,134); }
div.DivClassName
{
background-color: #82DB86;
}
.BgClassName
{
background-color: #82DB86;
}
</style>
border-color css
<style>
span { border-color: #82DB86; }
span { border-color: rgb(130,219,134); }
td.TdClassName
{
border-color: #82DB86;
}
.TagClassName
{
border-color: #82DB86;
}
</style>