Shades of De York #82BC7D
Tints of De York #82BC7D
RGB
CMYK
RGB Variations
Color information
#82BC7D (or 0x82BC7D) is known color: De York. HEX triplet: 82, BC and 7D. RGB value is (130,188,125). Sum of RGB (Red+Green+Blue) = 130+188+125=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BC7D is #7D4382. Grayscale: #A3A3A3. Windows color (decimal): -8209283 or 8240258. OLE color: 8240258.
HSL color Cylindrical-coordinate representation of color #82BC7D: hue angle of 115.24º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #82BC7D is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 188 | 125 | - |
| CMYK | 0.31 | 0 | 0.34 | 0.26 |
| HSL | 115.24º | 0.32% | 0.61% | - |
| HSV(B) | 115.24º | 0.34% | 0.74% | - |
| XYZ | 30.89 | 42.19 | 25.92 | - |
| YUV | 163.48 | 106.28 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 188 | 125 | 0.31 | 0 | 0.34 | 0.26 | 115.24 | 0.32 | 0.61 |
| Hex | 82 | BC | 7D | 1F | 0 | 22 | 1A | 73 | 20 | 3D |
| Octal | 202 | 274 | 175 | 37 | 0 | 42 | 32 | 163 | 40 | 75 |
| Binary | 10000010 | 10111100 | 1111101 | 11111 | 0 | 100010 | 11010 | 1110011 | 100000 | 111101 |
Color Harmonies of #82BC7D
Complementary color
Monochromatic Colors of #82BC7D
Black with #82BC7D
Text Example
Text Example
White with #82BC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BC7D; }
p { color: rgb(130,188,125); }
H1.HeaderClassName
{
color: #82BC7D;
}
.AnyTagClassName
{
color: #82BC7D;
}
</style>
background-color css
<style>
a { background-color: #82BC7D; }
a { background-color: rgb(130,188,125); }
div.DivClassName
{
background-color: #82BC7D;
}
.BgClassName
{
background-color: #82BC7D;
}
</style>
border-color css
<style>
span { border-color: #82BC7D; }
span { border-color: rgb(130,188,125); }
td.TdClassName
{
border-color: #82BC7D;
}
.TagClassName
{
border-color: #82BC7D;
}
</style>