Shades of De York #82B87E
Tints of De York #82B87E
RGB
CMYK
RGB Variations
Color information
#82B87E (or 0x82B87E) is known color: De York. HEX triplet: 82, B8 and 7E. RGB value is (130,184,126). Sum of RGB (Red+Green+Blue) = 130+184+126=440 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.55% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 126 (49.61% from 255 or 28.64% from 440); Max value from RGB is 184 - color contains mainly: green. Hex color #82B87E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B87E is #7D4781. Grayscale: #A1A1A1. Windows color (decimal): -8210306 or 8304770. OLE color: 8304770.
HSL color Cylindrical-coordinate representation of color #82B87E: hue angle of 115.86º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82B87E is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 130 | 184 | 126 | - |
| CMYK | 0.29 | 0 | 0.32 | 0.28 |
| HSL | 115.86º | 0.29% | 0.61% | - |
| HSV(B) | 115.86º | 0.32% | 0.72% | - |
| XYZ | 30.11 | 40.53 | 25.98 | - |
| YUV | 161.24 | 108.11 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 184 | 126 | 0.29 | 0 | 0.32 | 0.28 | 115.86 | 0.29 | 0.61 |
| Hex | 82 | B8 | 7E | 1D | 0 | 20 | 1C | 74 | 1D | 3D |
| Octal | 202 | 270 | 176 | 35 | 0 | 40 | 34 | 164 | 35 | 75 |
| Binary | 10000010 | 10111000 | 1111110 | 11101 | 0 | 100000 | 11100 | 1110100 | 11101 | 111101 |
Color Harmonies of #82B87E
Complementary color
Monochromatic Colors of #82B87E
Black with #82B87E
Text Example
Text Example
White with #82B87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B87E; }
p { color: rgb(130,184,126); }
H1.HeaderClassName
{
color: #82B87E;
}
.AnyTagClassName
{
color: #82B87E;
}
</style>
background-color css
<style>
a { background-color: #82B87E; }
a { background-color: rgb(130,184,126); }
div.DivClassName
{
background-color: #82B87E;
}
.BgClassName
{
background-color: #82B87E;
}
</style>
border-color css
<style>
span { border-color: #82B87E; }
span { border-color: rgb(130,184,126); }
td.TdClassName
{
border-color: #82B87E;
}
.TagClassName
{
border-color: #82B87E;
}
</style>