Shades of De York #82C275
Tints of De York #82C275
RGB
CMYK
RGB Variations
Color information
#82C275 (or 0x82C275) is known color: De York. HEX triplet: 82, C2 and 75. RGB value is (130,194,117). Sum of RGB (Red+Green+Blue) = 130+194+117=441 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.48% from 441); Green value is 194 (76.17% from 255 or 43.99% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 194 - color contains mainly: green. Hex color #82C275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C275 is #7D3D8A. Grayscale: #A6A6A6. Windows color (decimal): -8207755 or 7717506. OLE color: 7717506.
HSL color Cylindrical-coordinate representation of color #82C275: hue angle of 109.87º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82C275 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 194 | 117 | - |
| CMYK | 0.33 | 0 | 0.40 | 0.24 |
| HSL | 109.87º | 0.39% | 0.61% | - |
| HSV(B) | 109.87º | 0.4% | 0.76% | - |
| XYZ | 31.71 | 44.61 | 23.77 | - |
| YUV | 166.09 | 100.3 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 194 | 117 | 0.33 | 0 | 0.40 | 0.24 | 109.87 | 0.39 | 0.61 |
| Hex | 82 | C2 | 75 | 21 | 0 | 28 | 18 | 6E | 27 | 3D |
| Octal | 202 | 302 | 165 | 41 | 0 | 50 | 30 | 156 | 47 | 75 |
| Binary | 10000010 | 11000010 | 1110101 | 100001 | 0 | 101000 | 11000 | 1101110 | 100111 | 111101 |
Color Harmonies of #82C275
Complementary color
Monochromatic Colors of #82C275
Black with #82C275
Text Example
Text Example
White with #82C275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C275; }
p { color: rgb(130,194,117); }
H1.HeaderClassName
{
color: #82C275;
}
.AnyTagClassName
{
color: #82C275;
}
</style>
background-color css
<style>
a { background-color: #82C275; }
a { background-color: rgb(130,194,117); }
div.DivClassName
{
background-color: #82C275;
}
.BgClassName
{
background-color: #82C275;
}
</style>
border-color css
<style>
span { border-color: #82C275; }
span { border-color: rgb(130,194,117); }
td.TdClassName
{
border-color: #82C275;
}
.TagClassName
{
border-color: #82C275;
}
</style>