Shades of De York #82D17A
Tints of De York #82D17A
RGB
CMYK
RGB Variations
Color information
#82D17A (or 0x82D17A) is known color: De York. HEX triplet: 82, D1 and 7A. RGB value is (130,209,122). Sum of RGB (Red+Green+Blue) = 130+209+122=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 209 (82.03% from 255 or 45.34% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 209 - color contains mainly: green. Hex color #82D17A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D17A is #7D2E85. Grayscale: #AFAFAF. Windows color (decimal): -8203910 or 8049026. OLE color: 8049026.
HSL color Cylindrical-coordinate representation of color #82D17A: hue angle of 114.48º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82D17A is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 209 | 122 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.18 |
| HSL | 114.48º | 0.49% | 0.65% | - |
| HSV(B) | 114.48º | 0.42% | 0.82% | - |
| XYZ | 35.52 | 51.75 | 26.53 | - |
| YUV | 175.46 | 97.83 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 209 | 122 | 0.38 | 0 | 0.42 | 0.18 | 114.48 | 0.49 | 0.65 |
| Hex | 82 | D1 | 7A | 26 | 0 | 2A | 12 | 72 | 31 | 41 |
| Octal | 202 | 321 | 172 | 46 | 0 | 52 | 22 | 162 | 61 | 101 |
| Binary | 10000010 | 11010001 | 1111010 | 100110 | 0 | 101010 | 10010 | 1110010 | 110001 | 1000001 |
Color Harmonies of #82D17A
Complementary color
Monochromatic Colors of #82D17A
Black with #82D17A
Text Example
Text Example
White with #82D17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D17A; }
p { color: rgb(130,209,122); }
H1.HeaderClassName
{
color: #82D17A;
}
.AnyTagClassName
{
color: #82D17A;
}
</style>
background-color css
<style>
a { background-color: #82D17A; }
a { background-color: rgb(130,209,122); }
div.DivClassName
{
background-color: #82D17A;
}
.BgClassName
{
background-color: #82D17A;
}
</style>
border-color css
<style>
span { border-color: #82D17A; }
span { border-color: rgb(130,209,122); }
td.TdClassName
{
border-color: #82D17A;
}
.TagClassName
{
border-color: #82D17A;
}
</style>