Shades of De York #82BC7E
Tints of De York #82BC7E
RGB
CMYK
RGB Variations
Color information
#82BC7E (or 0x82BC7E) is known color: De York. HEX triplet: 82, BC and 7E. RGB value is (130,188,126). Sum of RGB (Red+Green+Blue) = 130+188+126=444 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.28% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BC7E is #7D4381. Grayscale: #A3A3A3. Windows color (decimal): -8209282 or 8305794. OLE color: 8305794.
HSL color Cylindrical-coordinate representation of color #82BC7E: hue angle of 116.13º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #82BC7E is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 188 | 126 | - |
| CMYK | 0.31 | 0 | 0.33 | 0.26 |
| HSL | 116.13º | 0.32% | 0.62% | - |
| HSV(B) | 116.13º | 0.33% | 0.74% | - |
| XYZ | 30.96 | 42.22 | 26.26 | - |
| YUV | 163.59 | 106.78 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 188 | 126 | 0.31 | 0 | 0.33 | 0.26 | 116.13 | 0.32 | 0.62 |
| Hex | 82 | BC | 7E | 1F | 0 | 21 | 1A | 74 | 20 | 3E |
| Octal | 202 | 274 | 176 | 37 | 0 | 41 | 32 | 164 | 40 | 76 |
| Binary | 10000010 | 10111100 | 1111110 | 11111 | 0 | 100001 | 11010 | 1110100 | 100000 | 111110 |
Color Harmonies of #82BC7E
Complementary color
Monochromatic Colors of #82BC7E
Black with #82BC7E
Text Example
Text Example
White with #82BC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BC7E; }
p { color: rgb(130,188,126); }
H1.HeaderClassName
{
color: #82BC7E;
}
.AnyTagClassName
{
color: #82BC7E;
}
</style>
background-color css
<style>
a { background-color: #82BC7E; }
a { background-color: rgb(130,188,126); }
div.DivClassName
{
background-color: #82BC7E;
}
.BgClassName
{
background-color: #82BC7E;
}
</style>
border-color css
<style>
span { border-color: #82BC7E; }
span { border-color: rgb(130,188,126); }
td.TdClassName
{
border-color: #82BC7E;
}
.TagClassName
{
border-color: #82BC7E;
}
</style>