Shades of De York #82C675
Tints of De York #82C675
RGB
CMYK
RGB Variations
Color information
#82C675 (or 0x82C675) is known color: De York. HEX triplet: 82, C6 and 75. RGB value is (130,198,117). Sum of RGB (Red+Green+Blue) = 130+198+117=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 198 (77.73% from 255 or 44.49% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 198 - color contains mainly: green. Hex color #82C675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C675 is #7D398A. Grayscale: #A8A8A8. Windows color (decimal): -8206731 or 7718530. OLE color: 7718530.
HSL color Cylindrical-coordinate representation of color #82C675: hue angle of 110.37º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82C675 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 198 | 117 | - |
| CMYK | 0.34 | 0 | 0.41 | 0.22 |
| HSL | 110.37º | 0.42% | 0.62% | - |
| HSV(B) | 110.37º | 0.41% | 0.78% | - |
| XYZ | 32.61 | 46.42 | 24.07 | - |
| YUV | 168.43 | 98.97 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 198 | 117 | 0.34 | 0 | 0.41 | 0.22 | 110.37 | 0.42 | 0.62 |
| Hex | 82 | C6 | 75 | 22 | 0 | 29 | 16 | 6E | 2A | 3E |
| Octal | 202 | 306 | 165 | 42 | 0 | 51 | 26 | 156 | 52 | 76 |
| Binary | 10000010 | 11000110 | 1110101 | 100010 | 0 | 101001 | 10110 | 1101110 | 101010 | 111110 |
Color Harmonies of #82C675
Complementary color
Monochromatic Colors of #82C675
Black with #82C675
Text Example
Text Example
White with #82C675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C675; }
p { color: rgb(130,198,117); }
H1.HeaderClassName
{
color: #82C675;
}
.AnyTagClassName
{
color: #82C675;
}
</style>
background-color css
<style>
a { background-color: #82C675; }
a { background-color: rgb(130,198,117); }
div.DivClassName
{
background-color: #82C675;
}
.BgClassName
{
background-color: #82C675;
}
</style>
border-color css
<style>
span { border-color: #82C675; }
span { border-color: rgb(130,198,117); }
td.TdClassName
{
border-color: #82C675;
}
.TagClassName
{
border-color: #82C675;
}
</style>