Shades of De York #82B77D
Tints of De York #82B77D
RGB
CMYK
RGB Variations
Color information
#82B77D (or 0x82B77D) is known color: De York. HEX triplet: 82, B7 and 7D. RGB value is (130,183,125). Sum of RGB (Red+Green+Blue) = 130+183+125=438 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.68% from 438); Green value is 183 (71.88% from 255 or 41.78% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 183 - color contains mainly: green. Hex color #82B77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B77D is #7D4882. Grayscale: #A0A0A0. Windows color (decimal): -8210563 or 8238978. OLE color: 8238978.
HSL color Cylindrical-coordinate representation of color #82B77D: hue angle of 114.83º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82B77D is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 130 | 183 | 125 | - |
| CMYK | 0.29 | 0 | 0.32 | 0.28 |
| HSL | 114.83º | 0.29% | 0.6% | - |
| HSV(B) | 114.83º | 0.32% | 0.72% | - |
| XYZ | 29.84 | 40.09 | 25.57 | - |
| YUV | 160.54 | 107.94 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 183 | 125 | 0.29 | 0 | 0.32 | 0.28 | 114.83 | 0.29 | 0.6 |
| Hex | 82 | B7 | 7D | 1D | 0 | 20 | 1C | 73 | 1D | 3C |
| Octal | 202 | 267 | 175 | 35 | 0 | 40 | 34 | 163 | 35 | 74 |
| Binary | 10000010 | 10110111 | 1111101 | 11101 | 0 | 100000 | 11100 | 1110011 | 11101 | 111100 |
Color Harmonies of #82B77D
Complementary color
Monochromatic Colors of #82B77D
Black with #82B77D
Text Example
Text Example
White with #82B77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82B77D; }
p { color: rgb(130,183,125); }
H1.HeaderClassName
{
color: #82B77D;
}
.AnyTagClassName
{
color: #82B77D;
}
</style>
background-color css
<style>
a { background-color: #82B77D; }
a { background-color: rgb(130,183,125); }
div.DivClassName
{
background-color: #82B77D;
}
.BgClassName
{
background-color: #82B77D;
}
</style>
border-color css
<style>
span { border-color: #82B77D; }
span { border-color: rgb(130,183,125); }
td.TdClassName
{
border-color: #82B77D;
}
.TagClassName
{
border-color: #82B77D;
}
</style>