Shades of De York #82C277
Tints of De York #82C277
RGB
CMYK
RGB Variations
Color information
#82C277 (or 0x82C277) is known color: De York. HEX triplet: 82, C2 and 77. RGB value is (130,194,119). Sum of RGB (Red+Green+Blue) = 130+194+119=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 194 (76.17% from 255 or 43.79% from 443); Blue value is 119 (46.88% from 255 or 26.86% from 443); Max value from RGB is 194 - color contains mainly: green. Hex color #82C277 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C277 is #7D3D88. Grayscale: #A6A6A6. Windows color (decimal): -8207753 or 7848578. OLE color: 7848578.
HSL color Cylindrical-coordinate representation of color #82C277: hue angle of 111.2º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82C277 is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 194 | 119 | - |
| CMYK | 0.33 | 0 | 0.39 | 0.24 |
| HSL | 111.2º | 0.38% | 0.61% | - |
| HSV(B) | 111.2º | 0.39% | 0.76% | - |
| XYZ | 31.83 | 44.66 | 24.4 | - |
| YUV | 166.31 | 101.3 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 194 | 119 | 0.33 | 0 | 0.39 | 0.24 | 111.2 | 0.38 | 0.61 |
| Hex | 82 | C2 | 77 | 21 | 0 | 27 | 18 | 6F | 26 | 3D |
| Octal | 202 | 302 | 167 | 41 | 0 | 47 | 30 | 157 | 46 | 75 |
| Binary | 10000010 | 11000010 | 1110111 | 100001 | 0 | 100111 | 11000 | 1101111 | 100110 | 111101 |
Color Harmonies of #82C277
Complementary color
Monochromatic Colors of #82C277
Black with #82C277
Text Example
Text Example
White with #82C277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C277; }
p { color: rgb(130,194,119); }
H1.HeaderClassName
{
color: #82C277;
}
.AnyTagClassName
{
color: #82C277;
}
</style>
background-color css
<style>
a { background-color: #82C277; }
a { background-color: rgb(130,194,119); }
div.DivClassName
{
background-color: #82C277;
}
.BgClassName
{
background-color: #82C277;
}
</style>
border-color css
<style>
span { border-color: #82C277; }
span { border-color: rgb(130,194,119); }
td.TdClassName
{
border-color: #82C277;
}
.TagClassName
{
border-color: #82C277;
}
</style>