Shades of De York #82C075
Tints of De York #82C075
RGB
CMYK
RGB Variations
Color information
#82C075 (or 0x82C075) is known color: De York. HEX triplet: 82, C0 and 75. RGB value is (130,192,117). Sum of RGB (Red+Green+Blue) = 130+192+117=439 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.61% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 192 - color contains mainly: green. Hex color #82C075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C075 is #7D3F8A. Grayscale: #A5A5A5. Windows color (decimal): -8208267 or 7716994. OLE color: 7716994.
HSL color Cylindrical-coordinate representation of color #82C075: hue angle of 109.6º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82C075 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 192 | 117 | - |
| CMYK | 0.32 | 0 | 0.39 | 0.25 |
| HSL | 109.6º | 0.37% | 0.61% | - |
| HSV(B) | 109.6º | 0.39% | 0.75% | - |
| XYZ | 31.27 | 43.73 | 23.62 | - |
| YUV | 164.91 | 100.96 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 192 | 117 | 0.32 | 0 | 0.39 | 0.25 | 109.6 | 0.37 | 0.61 |
| Hex | 82 | C0 | 75 | 20 | 0 | 27 | 19 | 6E | 25 | 3D |
| Octal | 202 | 300 | 165 | 40 | 0 | 47 | 31 | 156 | 45 | 75 |
| Binary | 10000010 | 11000000 | 1110101 | 100000 | 0 | 100111 | 11001 | 1101110 | 100101 | 111101 |
Color Harmonies of #82C075
Complementary color
Monochromatic Colors of #82C075
Black with #82C075
Text Example
Text Example
White with #82C075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C075; }
p { color: rgb(130,192,117); }
H1.HeaderClassName
{
color: #82C075;
}
.AnyTagClassName
{
color: #82C075;
}
</style>
background-color css
<style>
a { background-color: #82C075; }
a { background-color: rgb(130,192,117); }
div.DivClassName
{
background-color: #82C075;
}
.BgClassName
{
background-color: #82C075;
}
</style>
border-color css
<style>
span { border-color: #82C075; }
span { border-color: rgb(130,192,117); }
td.TdClassName
{
border-color: #82C075;
}
.TagClassName
{
border-color: #82C075;
}
</style>