Shades of De York #82C592
Tints of De York #82C592
RGB
CMYK
RGB Variations
Color information
#82C592 (or 0x82C592) is known color: De York. HEX triplet: 82, C5 and 92. RGB value is (130,197,146). Sum of RGB (Red+Green+Blue) = 130+197+146=473 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.48% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 146 (57.42% from 255 or 30.87% from 473); Max value from RGB is 197 - color contains mainly: green. Hex color #82C592 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82C592 is #7D3A6D. Grayscale: #ABABAB. Windows color (decimal): -8206958 or 9618818. OLE color: 9618818.
HSL color Cylindrical-coordinate representation of color #82C592: hue angle of 134.33º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #82C592 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 130 | 197 | 146 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.23 |
| HSL | 134.33º | 0.37% | 0.64% | - |
| HSV(B) | 134.33º | 0.34% | 0.77% | - |
| XYZ | 34.36 | 46.75 | 34.41 | - |
| YUV | 171.15 | 113.8 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 197 | 146 | 0.34 | 0 | 0.26 | 0.23 | 134.33 | 0.37 | 0.64 |
| Hex | 82 | C5 | 92 | 22 | 0 | 1A | 17 | 86 | 25 | 40 |
| Octal | 202 | 305 | 222 | 42 | 0 | 32 | 27 | 206 | 45 | 100 |
| Binary | 10000010 | 11000101 | 10010010 | 100010 | 0 | 11010 | 10111 | 10000110 | 100101 | 1000000 |
Color Harmonies of #82C592
Complementary color
Monochromatic Colors of #82C592
Black with #82C592
Text Example
Text Example
White with #82C592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C592; }
p { color: rgb(130,197,146); }
H1.HeaderClassName
{
color: #82C592;
}
.AnyTagClassName
{
color: #82C592;
}
</style>
background-color css
<style>
a { background-color: #82C592; }
a { background-color: rgb(130,197,146); }
div.DivClassName
{
background-color: #82C592;
}
.BgClassName
{
background-color: #82C592;
}
</style>
border-color css
<style>
span { border-color: #82C592; }
span { border-color: rgb(130,197,146); }
td.TdClassName
{
border-color: #82C592;
}
.TagClassName
{
border-color: #82C592;
}
</style>