Shades of De York #82C67A
Tints of De York #82C67A
RGB
CMYK
RGB Variations
Color information
#82C67A (or 0x82C67A) is known color: De York. HEX triplet: 82, C6 and 7A. RGB value is (130,198,122). Sum of RGB (Red+Green+Blue) = 130+198+122=450 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.89% from 450); Green value is 198 (77.73% from 255 or 44% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 198 - color contains mainly: green. Hex color #82C67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C67A is #7D3985. Grayscale: #A9A9A9. Windows color (decimal): -8206726 or 8046210. OLE color: 8046210.
HSL color Cylindrical-coordinate representation of color #82C67A: hue angle of 113.68º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82C67A is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 198 | 122 | - |
| CMYK | 0.34 | 0 | 0.38 | 0.22 |
| HSL | 113.68º | 0.4% | 0.63% | - |
| HSV(B) | 113.68º | 0.38% | 0.78% | - |
| XYZ | 32.91 | 46.54 | 25.66 | - |
| YUV | 169 | 101.47 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 198 | 122 | 0.34 | 0 | 0.38 | 0.22 | 113.68 | 0.4 | 0.63 |
| Hex | 82 | C6 | 7A | 22 | 0 | 26 | 16 | 72 | 28 | 3F |
| Octal | 202 | 306 | 172 | 42 | 0 | 46 | 26 | 162 | 50 | 77 |
| Binary | 10000010 | 11000110 | 1111010 | 100010 | 0 | 100110 | 10110 | 1110010 | 101000 | 111111 |
Color Harmonies of #82C67A
Complementary color
Monochromatic Colors of #82C67A
Black with #82C67A
Text Example
Text Example
White with #82C67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C67A; }
p { color: rgb(130,198,122); }
H1.HeaderClassName
{
color: #82C67A;
}
.AnyTagClassName
{
color: #82C67A;
}
</style>
background-color css
<style>
a { background-color: #82C67A; }
a { background-color: rgb(130,198,122); }
div.DivClassName
{
background-color: #82C67A;
}
.BgClassName
{
background-color: #82C67A;
}
</style>
border-color css
<style>
span { border-color: #82C67A; }
span { border-color: rgb(130,198,122); }
td.TdClassName
{
border-color: #82C67A;
}
.TagClassName
{
border-color: #82C67A;
}
</style>