Shades of De York #82D086
Tints of De York #82D086
RGB
CMYK
RGB Variations
Color information
#82D086 (or 0x82D086) is known color: De York. HEX triplet: 82, D0 and 86. RGB value is (130,208,134). Sum of RGB (Red+Green+Blue) = 130+208+134=472 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.54% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 134 (52.73% from 255 or 28.39% from 472); Max value from RGB is 208 - color contains mainly: green. Hex color #82D086 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D086 is #7D2F79. Grayscale: #B0B0B0. Windows color (decimal): -8204154 or 8835202. OLE color: 8835202.
HSL color Cylindrical-coordinate representation of color #82D086: hue angle of 123.08º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82D086 is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 208 | 134 | - |
| CMYK | 0.38 | 0 | 0.36 | 0.18 |
| HSL | 123.08º | 0.45% | 0.66% | - |
| HSV(B) | 123.08º | 0.38% | 0.82% | - |
| XYZ | 36.06 | 51.58 | 30.61 | - |
| YUV | 176.24 | 104.16 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 208 | 134 | 0.38 | 0 | 0.36 | 0.18 | 123.08 | 0.45 | 0.66 |
| Hex | 82 | D0 | 86 | 26 | 0 | 24 | 12 | 7B | 2D | 42 |
| Octal | 202 | 320 | 206 | 46 | 0 | 44 | 22 | 173 | 55 | 102 |
| Binary | 10000010 | 11010000 | 10000110 | 100110 | 0 | 100100 | 10010 | 1111011 | 101101 | 1000010 |
Color Harmonies of #82D086
Complementary color
Monochromatic Colors of #82D086
Black with #82D086
Text Example
Text Example
White with #82D086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D086; }
p { color: rgb(130,208,134); }
H1.HeaderClassName
{
color: #82D086;
}
.AnyTagClassName
{
color: #82D086;
}
</style>
background-color css
<style>
a { background-color: #82D086; }
a { background-color: rgb(130,208,134); }
div.DivClassName
{
background-color: #82D086;
}
.BgClassName
{
background-color: #82D086;
}
</style>
border-color css
<style>
span { border-color: #82D086; }
span { border-color: rgb(130,208,134); }
td.TdClassName
{
border-color: #82D086;
}
.TagClassName
{
border-color: #82D086;
}
</style>