Shades of De York #82C974
Tints of De York #82C974
RGB
CMYK
RGB Variations
Color information
#82C974 (or 0x82C974) is known color: De York. HEX triplet: 82, C9 and 74. RGB value is (130,201,116). Sum of RGB (Red+Green+Blue) = 130+201+116=447 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.08% from 447); Green value is 201 (78.91% from 255 or 44.97% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 201 - color contains mainly: green. Hex color #82C974 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C974 is #7D368B. Grayscale: #AAAAAA. Windows color (decimal): -8205964 or 7653762. OLE color: 7653762.
HSL color Cylindrical-coordinate representation of color #82C974: hue angle of 110.12º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82C974 is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 201 | 116 | - |
| CMYK | 0.35 | 0 | 0.42 | 0.21 |
| HSL | 110.12º | 0.44% | 0.62% | - |
| HSV(B) | 110.12º | 0.42% | 0.79% | - |
| XYZ | 33.24 | 47.78 | 23.99 | - |
| YUV | 170.08 | 97.48 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 201 | 116 | 0.35 | 0 | 0.42 | 0.21 | 110.12 | 0.44 | 0.62 |
| Hex | 82 | C9 | 74 | 23 | 0 | 2A | 15 | 6E | 2C | 3E |
| Octal | 202 | 311 | 164 | 43 | 0 | 52 | 25 | 156 | 54 | 76 |
| Binary | 10000010 | 11001001 | 1110100 | 100011 | 0 | 101010 | 10101 | 1101110 | 101100 | 111110 |
Color Harmonies of #82C974
Complementary color
Monochromatic Colors of #82C974
Black with #82C974
Text Example
Text Example
White with #82C974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C974; }
p { color: rgb(130,201,116); }
H1.HeaderClassName
{
color: #82C974;
}
.AnyTagClassName
{
color: #82C974;
}
</style>
background-color css
<style>
a { background-color: #82C974; }
a { background-color: rgb(130,201,116); }
div.DivClassName
{
background-color: #82C974;
}
.BgClassName
{
background-color: #82C974;
}
</style>
border-color css
<style>
span { border-color: #82C974; }
span { border-color: rgb(130,201,116); }
td.TdClassName
{
border-color: #82C974;
}
.TagClassName
{
border-color: #82C974;
}
</style>