Shades of De York #82C490
Tints of De York #82C490
RGB
CMYK
RGB Variations
Color information
#82C490 (or 0x82C490) is known color: De York. HEX triplet: 82, C4 and 90. RGB value is (130,196,144). Sum of RGB (Red+Green+Blue) = 130+196+144=470 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.66% from 470); Green value is 196 (76.95% from 255 or 41.70% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 196 - color contains mainly: green. Hex color #82C490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82C490 is #7D3B6F. Grayscale: #AAAAAA. Windows color (decimal): -8207216 or 9487490. OLE color: 9487490.
HSL color Cylindrical-coordinate representation of color #82C490: hue angle of 132.73º degrees, saturation: 0.36, 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 #82C490 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 130 | 196 | 144 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.23 |
| HSL | 132.73º | 0.36% | 0.64% | - |
| HSV(B) | 132.73º | 0.34% | 0.77% | - |
| XYZ | 33.98 | 46.24 | 33.52 | - |
| YUV | 170.34 | 113.13 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 196 | 144 | 0.34 | 0 | 0.27 | 0.23 | 132.73 | 0.36 | 0.64 |
| Hex | 82 | C4 | 90 | 22 | 0 | 1B | 17 | 85 | 24 | 40 |
| Octal | 202 | 304 | 220 | 42 | 0 | 33 | 27 | 205 | 44 | 100 |
| Binary | 10000010 | 11000100 | 10010000 | 100010 | 0 | 11011 | 10111 | 10000101 | 100100 | 1000000 |
Color Harmonies of #82C490
Complementary color
Monochromatic Colors of #82C490
Black with #82C490
Text Example
Text Example
White with #82C490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C490; }
p { color: rgb(130,196,144); }
H1.HeaderClassName
{
color: #82C490;
}
.AnyTagClassName
{
color: #82C490;
}
</style>
background-color css
<style>
a { background-color: #82C490; }
a { background-color: rgb(130,196,144); }
div.DivClassName
{
background-color: #82C490;
}
.BgClassName
{
background-color: #82C490;
}
</style>
border-color css
<style>
span { border-color: #82C490; }
span { border-color: rgb(130,196,144); }
td.TdClassName
{
border-color: #82C490;
}
.TagClassName
{
border-color: #82C490;
}
</style>