Shades of De York #82C877
Tints of De York #82C877
RGB
CMYK
RGB Variations
Color information
#82C877 (or 0x82C877) is known color: De York. HEX triplet: 82, C8 and 77. RGB value is (130,200,119). Sum of RGB (Red+Green+Blue) = 130+200+119=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 200 (78.52% from 255 or 44.54% from 449); Blue value is 119 (46.88% from 255 or 26.50% from 449); Max value from RGB is 200 - color contains mainly: green. Hex color #82C877 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C877 is #7D3788. Grayscale: #AAAAAA. Windows color (decimal): -8206217 or 7850114. OLE color: 7850114.
HSL color Cylindrical-coordinate representation of color #82C877: hue angle of 111.85º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82C877 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 200 | 119 | - |
| CMYK | 0.35 | 0 | 0.40 | 0.22 |
| HSL | 111.85º | 0.42% | 0.63% | - |
| HSV(B) | 111.85º | 0.41% | 0.78% | - |
| XYZ | 33.19 | 47.39 | 24.85 | - |
| YUV | 169.84 | 99.31 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 200 | 119 | 0.35 | 0 | 0.40 | 0.22 | 111.85 | 0.42 | 0.63 |
| Hex | 82 | C8 | 77 | 23 | 0 | 28 | 16 | 70 | 2A | 3F |
| Octal | 202 | 310 | 167 | 43 | 0 | 50 | 26 | 160 | 52 | 77 |
| Binary | 10000010 | 11001000 | 1110111 | 100011 | 0 | 101000 | 10110 | 1110000 | 101010 | 111111 |
Color Harmonies of #82C877
Complementary color
Monochromatic Colors of #82C877
Black with #82C877
Text Example
Text Example
White with #82C877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C877; }
p { color: rgb(130,200,119); }
H1.HeaderClassName
{
color: #82C877;
}
.AnyTagClassName
{
color: #82C877;
}
</style>
background-color css
<style>
a { background-color: #82C877; }
a { background-color: rgb(130,200,119); }
div.DivClassName
{
background-color: #82C877;
}
.BgClassName
{
background-color: #82C877;
}
</style>
border-color css
<style>
span { border-color: #82C877; }
span { border-color: rgb(130,200,119); }
td.TdClassName
{
border-color: #82C877;
}
.TagClassName
{
border-color: #82C877;
}
</style>