Shades of De York #82C679
Tints of De York #82C679
RGB
CMYK
RGB Variations
Color information
#82C679 (or 0x82C679) is known color: De York. HEX triplet: 82, C6 and 79. RGB value is (130,198,121). Sum of RGB (Red+Green+Blue) = 130+198+121=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 198 (77.73% from 255 or 44.10% from 449); Blue value is 121 (47.66% from 255 or 26.95% from 449); Max value from RGB is 198 - color contains mainly: green. Hex color #82C679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C679 is #7D3986. Grayscale: #A9A9A9. Windows color (decimal): -8206727 or 7980674. OLE color: 7980674.
HSL color Cylindrical-coordinate representation of color #82C679: hue angle of 112.99º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82C679 is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 198 | 121 | - |
| CMYK | 0.34 | 0 | 0.39 | 0.22 |
| HSL | 112.99º | 0.4% | 0.63% | - |
| HSV(B) | 112.99º | 0.39% | 0.78% | - |
| XYZ | 32.85 | 46.51 | 25.34 | - |
| YUV | 168.89 | 100.97 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 198 | 121 | 0.34 | 0 | 0.39 | 0.22 | 112.99 | 0.4 | 0.63 |
| Hex | 82 | C6 | 79 | 22 | 0 | 27 | 16 | 71 | 28 | 3F |
| Octal | 202 | 306 | 171 | 42 | 0 | 47 | 26 | 161 | 50 | 77 |
| Binary | 10000010 | 11000110 | 1111001 | 100010 | 0 | 100111 | 10110 | 1110001 | 101000 | 111111 |
Color Harmonies of #82C679
Complementary color
Monochromatic Colors of #82C679
Black with #82C679
Text Example
Text Example
White with #82C679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C679; }
p { color: rgb(130,198,121); }
H1.HeaderClassName
{
color: #82C679;
}
.AnyTagClassName
{
color: #82C679;
}
</style>
background-color css
<style>
a { background-color: #82C679; }
a { background-color: rgb(130,198,121); }
div.DivClassName
{
background-color: #82C679;
}
.BgClassName
{
background-color: #82C679;
}
</style>
border-color css
<style>
span { border-color: #82C679; }
span { border-color: rgb(130,198,121); }
td.TdClassName
{
border-color: #82C679;
}
.TagClassName
{
border-color: #82C679;
}
</style>