Shades of De York #82BA7D
Tints of De York #82BA7D
RGB
CMYK
RGB Variations
Color information
#82BA7D (or 0x82BA7D) is known color: De York. HEX triplet: 82, BA and 7D. RGB value is (130,186,125). Sum of RGB (Red+Green+Blue) = 130+186+125=441 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.48% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 186 - color contains mainly: green. Hex color #82BA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BA7D is #7D4582. Grayscale: #A2A2A2. Windows color (decimal): -8209795 or 8239746. OLE color: 8239746.
HSL color Cylindrical-coordinate representation of color #82BA7D: hue angle of 115.08º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #82BA7D is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 186 | 125 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.27 |
| HSL | 115.08º | 0.31% | 0.61% | - |
| HSV(B) | 115.08º | 0.33% | 0.73% | - |
| XYZ | 30.47 | 41.34 | 25.78 | - |
| YUV | 162.3 | 106.95 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 186 | 125 | 0.30 | 0 | 0.33 | 0.27 | 115.08 | 0.31 | 0.61 |
| Hex | 82 | BA | 7D | 1E | 0 | 21 | 1B | 73 | 1F | 3D |
| Octal | 202 | 272 | 175 | 36 | 0 | 41 | 33 | 163 | 37 | 75 |
| Binary | 10000010 | 10111010 | 1111101 | 11110 | 0 | 100001 | 11011 | 1110011 | 11111 | 111101 |
Color Harmonies of #82BA7D
Complementary color
Monochromatic Colors of #82BA7D
Black with #82BA7D
Text Example
Text Example
White with #82BA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BA7D; }
p { color: rgb(130,186,125); }
H1.HeaderClassName
{
color: #82BA7D;
}
.AnyTagClassName
{
color: #82BA7D;
}
</style>
background-color css
<style>
a { background-color: #82BA7D; }
a { background-color: rgb(130,186,125); }
div.DivClassName
{
background-color: #82BA7D;
}
.BgClassName
{
background-color: #82BA7D;
}
</style>
border-color css
<style>
span { border-color: #82BA7D; }
span { border-color: rgb(130,186,125); }
td.TdClassName
{
border-color: #82BA7D;
}
.TagClassName
{
border-color: #82BA7D;
}
</style>