Shades of De York #82D580
Tints of De York #82D580
RGB
CMYK
RGB Variations
Color information
#82D580 (or 0x82D580) is known color: De York. HEX triplet: 82, D5 and 80. RGB value is (130,213,128). Sum of RGB (Red+Green+Blue) = 130+213+128=471 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.60% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 213 - color contains mainly: green. Hex color #82D580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D580 is #7D2A7F. Grayscale: #B2B2B2. Windows color (decimal): -8202880 or 8443266. OLE color: 8443266.
HSL color Cylindrical-coordinate representation of color #82D580: hue angle of 118.59º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82D580 is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 213 | 128 | - |
| CMYK | 0.39 | 0 | 0.40 | 0.16 |
| HSL | 118.59º | 0.5% | 0.67% | - |
| HSV(B) | 118.59º | 0.4% | 0.84% | - |
| XYZ | 36.9 | 53.89 | 28.88 | - |
| YUV | 178.49 | 99.5 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 213 | 128 | 0.39 | 0 | 0.40 | 0.16 | 118.59 | 0.5 | 0.67 |
| Hex | 82 | D5 | 80 | 27 | 0 | 28 | 10 | 77 | 32 | 43 |
| Octal | 202 | 325 | 200 | 47 | 0 | 50 | 20 | 167 | 62 | 103 |
| Binary | 10000010 | 11010101 | 10000000 | 100111 | 0 | 101000 | 10000 | 1110111 | 110010 | 1000011 |
Color Harmonies of #82D580
Complementary color
Monochromatic Colors of #82D580
Black with #82D580
Text Example
Text Example
White with #82D580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D580; }
p { color: rgb(130,213,128); }
H1.HeaderClassName
{
color: #82D580;
}
.AnyTagClassName
{
color: #82D580;
}
</style>
background-color css
<style>
a { background-color: #82D580; }
a { background-color: rgb(130,213,128); }
div.DivClassName
{
background-color: #82D580;
}
.BgClassName
{
background-color: #82D580;
}
</style>
border-color css
<style>
span { border-color: #82D580; }
span { border-color: rgb(130,213,128); }
td.TdClassName
{
border-color: #82D580;
}
.TagClassName
{
border-color: #82D580;
}
</style>