Shades of De York #82C779
Tints of De York #82C779
RGB
CMYK
RGB Variations
Color information
#82C779 (or 0x82C779) is known color: De York. HEX triplet: 82, C7 and 79. RGB value is (130,199,121). Sum of RGB (Red+Green+Blue) = 130+199+121=450 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.89% from 450); Green value is 199 (78.12% from 255 or 44.22% from 450); Blue value is 121 (47.66% from 255 or 26.89% from 450); Max value from RGB is 199 - color contains mainly: green. Hex color #82C779 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C779 is #7D3886. Grayscale: #A9A9A9. Windows color (decimal): -8206471 or 7980930. OLE color: 7980930.
HSL color Cylindrical-coordinate representation of color #82C779: hue angle of 113.08º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82C779 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 199 | 121 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.22 |
| HSL | 113.08º | 0.41% | 0.63% | - |
| HSV(B) | 113.08º | 0.39% | 0.78% | - |
| XYZ | 33.08 | 46.97 | 25.41 | - |
| YUV | 169.48 | 100.64 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 199 | 121 | 0.35 | 0 | 0.39 | 0.22 | 113.08 | 0.41 | 0.63 |
| Hex | 82 | C7 | 79 | 23 | 0 | 27 | 16 | 71 | 29 | 3F |
| Octal | 202 | 307 | 171 | 43 | 0 | 47 | 26 | 161 | 51 | 77 |
| Binary | 10000010 | 11000111 | 1111001 | 100011 | 0 | 100111 | 10110 | 1110001 | 101001 | 111111 |
Color Harmonies of #82C779
Complementary color
Monochromatic Colors of #82C779
Black with #82C779
Text Example
Text Example
White with #82C779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C779; }
p { color: rgb(130,199,121); }
H1.HeaderClassName
{
color: #82C779;
}
.AnyTagClassName
{
color: #82C779;
}
</style>
background-color css
<style>
a { background-color: #82C779; }
a { background-color: rgb(130,199,121); }
div.DivClassName
{
background-color: #82C779;
}
.BgClassName
{
background-color: #82C779;
}
</style>
border-color css
<style>
span { border-color: #82C779; }
span { border-color: rgb(130,199,121); }
td.TdClassName
{
border-color: #82C779;
}
.TagClassName
{
border-color: #82C779;
}
</style>