Shades of De York #82CA80
Tints of De York #82CA80
RGB
CMYK
RGB Variations
Color information
#82CA80 (or 0x82CA80) is known color: De York. HEX triplet: 82, CA and 80. RGB value is (130,202,128). Sum of RGB (Red+Green+Blue) = 130+202+128=460 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.26% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 128 (50.39% from 255 or 27.83% from 460); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CA80 is #7D357F. Grayscale: #ACACAC. Windows color (decimal): -8205696 or 8440450. OLE color: 8440450.
HSL color Cylindrical-coordinate representation of color #82CA80: hue angle of 118.38º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82CA80 is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 202 | 128 | - |
| CMYK | 0.36 | 0 | 0.37 | 0.21 |
| HSL | 118.38º | 0.41% | 0.65% | - |
| HSV(B) | 118.38º | 0.37% | 0.79% | - |
| XYZ | 34.22 | 48.55 | 27.99 | - |
| YUV | 172.04 | 103.15 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 202 | 128 | 0.36 | 0 | 0.37 | 0.21 | 118.38 | 0.41 | 0.65 |
| Hex | 82 | CA | 80 | 24 | 0 | 25 | 15 | 76 | 29 | 41 |
| Octal | 202 | 312 | 200 | 44 | 0 | 45 | 25 | 166 | 51 | 101 |
| Binary | 10000010 | 11001010 | 10000000 | 100100 | 0 | 100101 | 10101 | 1110110 | 101001 | 1000001 |
Color Harmonies of #82CA80
Complementary color
Monochromatic Colors of #82CA80
Black with #82CA80
Text Example
Text Example
White with #82CA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CA80; }
p { color: rgb(130,202,128); }
H1.HeaderClassName
{
color: #82CA80;
}
.AnyTagClassName
{
color: #82CA80;
}
</style>
background-color css
<style>
a { background-color: #82CA80; }
a { background-color: rgb(130,202,128); }
div.DivClassName
{
background-color: #82CA80;
}
.BgClassName
{
background-color: #82CA80;
}
</style>
border-color css
<style>
span { border-color: #82CA80; }
span { border-color: rgb(130,202,128); }
td.TdClassName
{
border-color: #82CA80;
}
.TagClassName
{
border-color: #82CA80;
}
</style>