Shades of De York #82C08E
Tints of De York #82C08E
RGB
CMYK
RGB Variations
Color information
#82C08E (or 0x82C08E) is known color: De York. HEX triplet: 82, C0 and 8E. RGB value is (130,192,142). Sum of RGB (Red+Green+Blue) = 130+192+142=464 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.02% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 192 - color contains mainly: green. Hex color #82C08E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82C08E is #7D3F71. Grayscale: #A7A7A7. Windows color (decimal): -8208242 or 9355394. OLE color: 9355394.
HSL color Cylindrical-coordinate representation of color #82C08E: hue angle of 131.61º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82C08E is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 192 | 142 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.25 |
| HSL | 131.61º | 0.33% | 0.63% | - |
| HSV(B) | 131.61º | 0.32% | 0.75% | - |
| XYZ | 32.94 | 44.4 | 32.42 | - |
| YUV | 167.76 | 113.46 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 192 | 142 | 0.32 | 0 | 0.26 | 0.25 | 131.61 | 0.33 | 0.63 |
| Hex | 82 | C0 | 8E | 20 | 0 | 1A | 19 | 84 | 21 | 3F |
| Octal | 202 | 300 | 216 | 40 | 0 | 32 | 31 | 204 | 41 | 77 |
| Binary | 10000010 | 11000000 | 10001110 | 100000 | 0 | 11010 | 11001 | 10000100 | 100001 | 111111 |
Color Harmonies of #82C08E
Complementary color
Monochromatic Colors of #82C08E
Black with #82C08E
Text Example
Text Example
White with #82C08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C08E; }
p { color: rgb(130,192,142); }
H1.HeaderClassName
{
color: #82C08E;
}
.AnyTagClassName
{
color: #82C08E;
}
</style>
background-color css
<style>
a { background-color: #82C08E; }
a { background-color: rgb(130,192,142); }
div.DivClassName
{
background-color: #82C08E;
}
.BgClassName
{
background-color: #82C08E;
}
</style>
border-color css
<style>
span { border-color: #82C08E; }
span { border-color: rgb(130,192,142); }
td.TdClassName
{
border-color: #82C08E;
}
.TagClassName
{
border-color: #82C08E;
}
</style>