Shades of De York #82CE7A
Tints of De York #82CE7A
RGB
CMYK
RGB Variations
Color information
#82CE7A (or 0x82CE7A) is known color: De York. HEX triplet: 82, CE and 7A. RGB value is (130,206,122). Sum of RGB (Red+Green+Blue) = 130+206+122=458 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.38% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 122 (48.05% from 255 or 26.64% from 458); Max value from RGB is 206 - color contains mainly: green. Hex color #82CE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CE7A is #7D3185. Grayscale: #ADADAD. Windows color (decimal): -8204678 or 8048258. OLE color: 8048258.
HSL color Cylindrical-coordinate representation of color #82CE7A: hue angle of 114.29º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82CE7A is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 206 | 122 | - |
| CMYK | 0.37 | 0 | 0.41 | 0.19 |
| HSL | 114.29º | 0.46% | 0.64% | - |
| HSV(B) | 114.29º | 0.41% | 0.81% | - |
| XYZ | 34.79 | 50.29 | 26.29 | - |
| YUV | 173.7 | 98.82 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 206 | 122 | 0.37 | 0 | 0.41 | 0.19 | 114.29 | 0.46 | 0.64 |
| Hex | 82 | CE | 7A | 25 | 0 | 29 | 13 | 72 | 2E | 40 |
| Octal | 202 | 316 | 172 | 45 | 0 | 51 | 23 | 162 | 56 | 100 |
| Binary | 10000010 | 11001110 | 1111010 | 100101 | 0 | 101001 | 10011 | 1110010 | 101110 | 1000000 |
Color Harmonies of #82CE7A
Complementary color
Monochromatic Colors of #82CE7A
Black with #82CE7A
Text Example
Text Example
White with #82CE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CE7A; }
p { color: rgb(130,206,122); }
H1.HeaderClassName
{
color: #82CE7A;
}
.AnyTagClassName
{
color: #82CE7A;
}
</style>
background-color css
<style>
a { background-color: #82CE7A; }
a { background-color: rgb(130,206,122); }
div.DivClassName
{
background-color: #82CE7A;
}
.BgClassName
{
background-color: #82CE7A;
}
</style>
border-color css
<style>
span { border-color: #82CE7A; }
span { border-color: rgb(130,206,122); }
td.TdClassName
{
border-color: #82CE7A;
}
.TagClassName
{
border-color: #82CE7A;
}
</style>