Shades of De York #82CA76
Tints of De York #82CA76
RGB
CMYK
RGB Variations
Color information
#82CA76 (or 0x82CA76) is known color: De York. HEX triplet: 82, CA and 76. RGB value is (130,202,118). Sum of RGB (Red+Green+Blue) = 130+202+118=450 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.89% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 118 (46.48% from 255 or 26.22% from 450); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CA76 is #7D3589. Grayscale: #ABABAB. Windows color (decimal): -8205706 or 7785090. OLE color: 7785090.
HSL color Cylindrical-coordinate representation of color #82CA76: hue angle of 111.43º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82CA76 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 202 | 118 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.21 |
| HSL | 111.43º | 0.44% | 0.63% | - |
| HSV(B) | 111.43º | 0.42% | 0.79% | - |
| XYZ | 33.6 | 48.29 | 24.69 | - |
| YUV | 170.9 | 98.15 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 202 | 118 | 0.36 | 0 | 0.42 | 0.21 | 111.43 | 0.44 | 0.63 |
| Hex | 82 | CA | 76 | 24 | 0 | 2A | 15 | 6F | 2C | 3F |
| Octal | 202 | 312 | 166 | 44 | 0 | 52 | 25 | 157 | 54 | 77 |
| Binary | 10000010 | 11001010 | 1110110 | 100100 | 0 | 101010 | 10101 | 1101111 | 101100 | 111111 |
Color Harmonies of #82CA76
Complementary color
Monochromatic Colors of #82CA76
Black with #82CA76
Text Example
Text Example
White with #82CA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CA76; }
p { color: rgb(130,202,118); }
H1.HeaderClassName
{
color: #82CA76;
}
.AnyTagClassName
{
color: #82CA76;
}
</style>
background-color css
<style>
a { background-color: #82CA76; }
a { background-color: rgb(130,202,118); }
div.DivClassName
{
background-color: #82CA76;
}
.BgClassName
{
background-color: #82CA76;
}
</style>
border-color css
<style>
span { border-color: #82CA76; }
span { border-color: rgb(130,202,118); }
td.TdClassName
{
border-color: #82CA76;
}
.TagClassName
{
border-color: #82CA76;
}
</style>