Shades of De York #82D08D
Tints of De York #82D08D
RGB
CMYK
RGB Variations
Color information
#82D08D (or 0x82D08D) is known color: De York. HEX triplet: 82, D0 and 8D. RGB value is (130,208,141). Sum of RGB (Red+Green+Blue) = 130+208+141=479 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.14% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 208 - color contains mainly: green. Hex color #82D08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D08D is #7D2F72. Grayscale: #B1B1B1. Windows color (decimal): -8204147 or 9293954. OLE color: 9293954.
HSL color Cylindrical-coordinate representation of color #82D08D: hue angle of 128.46º 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 #82D08D is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 208 | 141 | - |
| CMYK | 0.38 | 0 | 0.32 | 0.18 |
| HSL | 128.46º | 0.45% | 0.66% | - |
| HSV(B) | 128.46º | 0.38% | 0.82% | - |
| XYZ | 36.57 | 51.78 | 33.27 | - |
| YUV | 177.04 | 107.66 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 208 | 141 | 0.38 | 0 | 0.32 | 0.18 | 128.46 | 0.45 | 0.66 |
| Hex | 82 | D0 | 8D | 26 | 0 | 20 | 12 | 80 | 2D | 42 |
| Octal | 202 | 320 | 215 | 46 | 0 | 40 | 22 | 200 | 55 | 102 |
| Binary | 10000010 | 11010000 | 10001101 | 100110 | 0 | 100000 | 10010 | 10000000 | 101101 | 1000010 |
Color Harmonies of #82D08D
Complementary color
Monochromatic Colors of #82D08D
Black with #82D08D
Text Example
Text Example
White with #82D08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D08D; }
p { color: rgb(130,208,141); }
H1.HeaderClassName
{
color: #82D08D;
}
.AnyTagClassName
{
color: #82D08D;
}
</style>
background-color css
<style>
a { background-color: #82D08D; }
a { background-color: rgb(130,208,141); }
div.DivClassName
{
background-color: #82D08D;
}
.BgClassName
{
background-color: #82D08D;
}
</style>
border-color css
<style>
span { border-color: #82D08D; }
span { border-color: rgb(130,208,141); }
td.TdClassName
{
border-color: #82D08D;
}
.TagClassName
{
border-color: #82D08D;
}
</style>