Shades of De York #82D681
Tints of De York #82D681
RGB
CMYK
RGB Variations
Color information
#82D681 (or 0x82D681) is known color: De York. HEX triplet: 82, D6 and 81. RGB value is (130,214,129). Sum of RGB (Red+Green+Blue) = 130+214+129=473 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.48% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 129 (50.78% from 255 or 27.27% from 473); Max value from RGB is 214 - color contains mainly: green. Hex color #82D681 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D681 is #7D297E. Grayscale: #B3B3B3. Windows color (decimal): -8202623 or 8509058. OLE color: 8509058.
HSL color Cylindrical-coordinate representation of color #82D681: hue angle of 119.29º degrees, saturation: 0.51, 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 #82D681 is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 214 | 129 | - |
| CMYK | 0.39 | 0 | 0.40 | 0.16 |
| HSL | 119.29º | 0.51% | 0.67% | - |
| HSV(B) | 119.29º | 0.4% | 0.84% | - |
| XYZ | 37.21 | 54.42 | 29.31 | - |
| YUV | 179.19 | 99.67 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 214 | 129 | 0.39 | 0 | 0.40 | 0.16 | 119.29 | 0.51 | 0.67 |
| Hex | 82 | D6 | 81 | 27 | 0 | 28 | 10 | 77 | 33 | 43 |
| Octal | 202 | 326 | 201 | 47 | 0 | 50 | 20 | 167 | 63 | 103 |
| Binary | 10000010 | 11010110 | 10000001 | 100111 | 0 | 101000 | 10000 | 1110111 | 110011 | 1000011 |
Color Harmonies of #82D681
Complementary color
Monochromatic Colors of #82D681
Black with #82D681
Text Example
Text Example
White with #82D681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D681; }
p { color: rgb(130,214,129); }
H1.HeaderClassName
{
color: #82D681;
}
.AnyTagClassName
{
color: #82D681;
}
</style>
background-color css
<style>
a { background-color: #82D681; }
a { background-color: rgb(130,214,129); }
div.DivClassName
{
background-color: #82D681;
}
.BgClassName
{
background-color: #82D681;
}
</style>
border-color css
<style>
span { border-color: #82D681; }
span { border-color: rgb(130,214,129); }
td.TdClassName
{
border-color: #82D681;
}
.TagClassName
{
border-color: #82D681;
}
</style>