Shades of De York #82BC7C
Tints of De York #82BC7C
RGB
CMYK
RGB Variations
Color information
#82BC7C (or 0x82BC7C) is known color: De York. HEX triplet: 82, BC and 7C. RGB value is (130,188,124). Sum of RGB (Red+Green+Blue) = 130+188+124=442 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.41% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BC7C is #7D4383. Grayscale: #A3A3A3. Windows color (decimal): -8209284 or 8174722. OLE color: 8174722.
HSL color Cylindrical-coordinate representation of color #82BC7C: hue angle of 114.38º 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 #82BC7C is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 188 | 124 | - |
| CMYK | 0.31 | 0 | 0.34 | 0.26 |
| HSL | 114.38º | 0.32% | 0.61% | - |
| HSV(B) | 114.38º | 0.34% | 0.74% | - |
| XYZ | 30.83 | 42.17 | 25.58 | - |
| YUV | 163.36 | 105.78 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 188 | 124 | 0.31 | 0 | 0.34 | 0.26 | 114.38 | 0.32 | 0.61 |
| Hex | 82 | BC | 7C | 1F | 0 | 22 | 1A | 72 | 20 | 3D |
| Octal | 202 | 274 | 174 | 37 | 0 | 42 | 32 | 162 | 40 | 75 |
| Binary | 10000010 | 10111100 | 1111100 | 11111 | 0 | 100010 | 11010 | 1110010 | 100000 | 111101 |
Color Harmonies of #82BC7C
Complementary color
Monochromatic Colors of #82BC7C
Black with #82BC7C
Text Example
Text Example
White with #82BC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BC7C; }
p { color: rgb(130,188,124); }
H1.HeaderClassName
{
color: #82BC7C;
}
.AnyTagClassName
{
color: #82BC7C;
}
</style>
background-color css
<style>
a { background-color: #82BC7C; }
a { background-color: rgb(130,188,124); }
div.DivClassName
{
background-color: #82BC7C;
}
.BgClassName
{
background-color: #82BC7C;
}
</style>
border-color css
<style>
span { border-color: #82BC7C; }
span { border-color: rgb(130,188,124); }
td.TdClassName
{
border-color: #82BC7C;
}
.TagClassName
{
border-color: #82BC7C;
}
</style>