Shades of De York #82C084
Tints of De York #82C084
RGB
CMYK
RGB Variations
Color information
#82C084 (or 0x82C084) is known color: De York. HEX triplet: 82, C0 and 84. RGB value is (130,192,132). Sum of RGB (Red+Green+Blue) = 130+192+132=454 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.63% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 132 (51.95% from 255 or 29.07% from 454); Max value from RGB is 192 - color contains mainly: green. Hex color #82C084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82C084 is #7D3F7B. Grayscale: #A6A6A6. Windows color (decimal): -8208252 or 8700034. OLE color: 8700034.
HSL color Cylindrical-coordinate representation of color #82C084: hue angle of 121.94º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82C084 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 192 | 132 | - |
| CMYK | 0.32 | 0 | 0.31 | 0.25 |
| HSL | 121.94º | 0.33% | 0.63% | - |
| HSV(B) | 121.94º | 0.32% | 0.75% | - |
| XYZ | 32.22 | 44.11 | 28.65 | - |
| YUV | 166.62 | 108.46 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 192 | 132 | 0.32 | 0 | 0.31 | 0.25 | 121.94 | 0.33 | 0.63 |
| Hex | 82 | C0 | 84 | 20 | 0 | 1F | 19 | 7A | 21 | 3F |
| Octal | 202 | 300 | 204 | 40 | 0 | 37 | 31 | 172 | 41 | 77 |
| Binary | 10000010 | 11000000 | 10000100 | 100000 | 0 | 11111 | 11001 | 1111010 | 100001 | 111111 |
Color Harmonies of #82C084
Complementary color
Monochromatic Colors of #82C084
Black with #82C084
Text Example
Text Example
White with #82C084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C084; }
p { color: rgb(130,192,132); }
H1.HeaderClassName
{
color: #82C084;
}
.AnyTagClassName
{
color: #82C084;
}
</style>
background-color css
<style>
a { background-color: #82C084; }
a { background-color: rgb(130,192,132); }
div.DivClassName
{
background-color: #82C084;
}
.BgClassName
{
background-color: #82C084;
}
</style>
border-color css
<style>
span { border-color: #82C084; }
span { border-color: rgb(130,192,132); }
td.TdClassName
{
border-color: #82C084;
}
.TagClassName
{
border-color: #82C084;
}
</style>