Shades of De York #82D59A
Tints of De York #82D59A
RGB
CMYK
RGB Variations
Color information
#82D59A (or 0x82D59A) is known color: De York. HEX triplet: 82, D5 and 9A. RGB value is (130,213,154). Sum of RGB (Red+Green+Blue) = 130+213+154=497 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.16% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 213 - color contains mainly: green. Hex color #82D59A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D59A is #7D2A65. Grayscale: #B5B5B5. Windows color (decimal): -8202854 or 10147202. OLE color: 10147202.
HSL color Cylindrical-coordinate representation of color #82D59A: hue angle of 137.35º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82D59A is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 213 | 154 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.16 |
| HSL | 137.35º | 0.5% | 0.67% | - |
| HSV(B) | 137.35º | 0.39% | 0.84% | - |
| XYZ | 38.83 | 54.67 | 39.08 | - |
| YUV | 181.46 | 112.5 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 213 | 154 | 0.39 | 0 | 0.28 | 0.16 | 137.35 | 0.5 | 0.67 |
| Hex | 82 | D5 | 9A | 27 | 0 | 1C | 10 | 89 | 32 | 43 |
| Octal | 202 | 325 | 232 | 47 | 0 | 34 | 20 | 211 | 62 | 103 |
| Binary | 10000010 | 11010101 | 10011010 | 100111 | 0 | 11100 | 10000 | 10001001 | 110010 | 1000011 |
Color Harmonies of #82D59A
Complementary color
Monochromatic Colors of #82D59A
Black with #82D59A
Text Example
Text Example
White with #82D59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D59A; }
p { color: rgb(130,213,154); }
H1.HeaderClassName
{
color: #82D59A;
}
.AnyTagClassName
{
color: #82D59A;
}
</style>
background-color css
<style>
a { background-color: #82D59A; }
a { background-color: rgb(130,213,154); }
div.DivClassName
{
background-color: #82D59A;
}
.BgClassName
{
background-color: #82D59A;
}
</style>
border-color css
<style>
span { border-color: #82D59A; }
span { border-color: rgb(130,213,154); }
td.TdClassName
{
border-color: #82D59A;
}
.TagClassName
{
border-color: #82D59A;
}
</style>