Shades of De York #82D68D
Tints of De York #82D68D
RGB
CMYK
RGB Variations
Color information
#82D68D (or 0x82D68D) is known color: De York. HEX triplet: 82, D6 and 8D. RGB value is (130,214,141). Sum of RGB (Red+Green+Blue) = 130+214+141=485 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.80% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 214 - color contains mainly: green. Hex color #82D68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D68D is #7D2972. Grayscale: #B4B4B4. Windows color (decimal): -8202611 or 9295490. OLE color: 9295490.
HSL color Cylindrical-coordinate representation of color #82D68D: hue angle of 127.86º degrees, saturation: 0.51, 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 #82D68D is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 214 | 141 | - |
| CMYK | 0.39 | 0 | 0.34 | 0.16 |
| HSL | 127.86º | 0.51% | 0.67% | - |
| HSV(B) | 127.86º | 0.39% | 0.84% | - |
| XYZ | 38.06 | 54.76 | 33.76 | - |
| YUV | 180.56 | 105.67 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 214 | 141 | 0.39 | 0 | 0.34 | 0.16 | 127.86 | 0.51 | 0.67 |
| Hex | 82 | D6 | 8D | 27 | 0 | 22 | 10 | 80 | 33 | 43 |
| Octal | 202 | 326 | 215 | 47 | 0 | 42 | 20 | 200 | 63 | 103 |
| Binary | 10000010 | 11010110 | 10001101 | 100111 | 0 | 100010 | 10000 | 10000000 | 110011 | 1000011 |
Color Harmonies of #82D68D
Complementary color
Monochromatic Colors of #82D68D
Black with #82D68D
Text Example
Text Example
White with #82D68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D68D; }
p { color: rgb(130,214,141); }
H1.HeaderClassName
{
color: #82D68D;
}
.AnyTagClassName
{
color: #82D68D;
}
</style>
background-color css
<style>
a { background-color: #82D68D; }
a { background-color: rgb(130,214,141); }
div.DivClassName
{
background-color: #82D68D;
}
.BgClassName
{
background-color: #82D68D;
}
</style>
border-color css
<style>
span { border-color: #82D68D; }
span { border-color: rgb(130,214,141); }
td.TdClassName
{
border-color: #82D68D;
}
.TagClassName
{
border-color: #82D68D;
}
</style>