Shades of De York #82C973
Tints of De York #82C973
RGB
CMYK
RGB Variations
Color information
#82C973 (or 0x82C973) is known color: De York. HEX triplet: 82, C9 and 73. RGB value is (130,201,115). Sum of RGB (Red+Green+Blue) = 130+201+115=446 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.15% from 446); Green value is 201 (78.91% from 255 or 45.07% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 201 - color contains mainly: green. Hex color #82C973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C973 is #7D368C. Grayscale: #AAAAAA. Windows color (decimal): -8205965 or 7588226. OLE color: 7588226.
HSL color Cylindrical-coordinate representation of color #82C973: hue angle of 109.53º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82C973 is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 201 | 115 | - |
| CMYK | 0.35 | 0 | 0.43 | 0.21 |
| HSL | 109.53º | 0.44% | 0.62% | - |
| HSV(B) | 109.53º | 0.43% | 0.79% | - |
| XYZ | 33.19 | 47.76 | 23.69 | - |
| YUV | 169.97 | 96.98 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 201 | 115 | 0.35 | 0 | 0.43 | 0.21 | 109.53 | 0.44 | 0.62 |
| Hex | 82 | C9 | 73 | 23 | 0 | 2B | 15 | 6E | 2C | 3E |
| Octal | 202 | 311 | 163 | 43 | 0 | 53 | 25 | 156 | 54 | 76 |
| Binary | 10000010 | 11001001 | 1110011 | 100011 | 0 | 101011 | 10101 | 1101110 | 101100 | 111110 |
Color Harmonies of #82C973
Complementary color
Monochromatic Colors of #82C973
Black with #82C973
Text Example
Text Example
White with #82C973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C973; }
p { color: rgb(130,201,115); }
H1.HeaderClassName
{
color: #82C973;
}
.AnyTagClassName
{
color: #82C973;
}
</style>
background-color css
<style>
a { background-color: #82C973; }
a { background-color: rgb(130,201,115); }
div.DivClassName
{
background-color: #82C973;
}
.BgClassName
{
background-color: #82C973;
}
</style>
border-color css
<style>
span { border-color: #82C973; }
span { border-color: rgb(130,201,115); }
td.TdClassName
{
border-color: #82C973;
}
.TagClassName
{
border-color: #82C973;
}
</style>