Shades of De York #82D37E
Tints of De York #82D37E
RGB
CMYK
RGB Variations
Color information
#82D37E (or 0x82D37E) is known color: De York. HEX triplet: 82, D3 and 7E. RGB value is (130,211,126). Sum of RGB (Red+Green+Blue) = 130+211+126=467 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.84% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 211 - color contains mainly: green. Hex color #82D37E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D37E is #7D2C81. Grayscale: #B1B1B1. Windows color (decimal): -8203394 or 8311682. OLE color: 8311682.
HSL color Cylindrical-coordinate representation of color #82D37E: hue angle of 117.18º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82D37E is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 130 | 211 | 126 | - |
| CMYK | 0.38 | 0 | 0.40 | 0.17 |
| HSL | 117.18º | 0.49% | 0.66% | - |
| HSV(B) | 117.18º | 0.4% | 0.83% | - |
| XYZ | 36.27 | 52.84 | 28.03 | - |
| YUV | 177.09 | 99.16 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 211 | 126 | 0.38 | 0 | 0.40 | 0.17 | 117.18 | 0.49 | 0.66 |
| Hex | 82 | D3 | 7E | 26 | 0 | 28 | 11 | 75 | 31 | 42 |
| Octal | 202 | 323 | 176 | 46 | 0 | 50 | 21 | 165 | 61 | 102 |
| Binary | 10000010 | 11010011 | 1111110 | 100110 | 0 | 101000 | 10001 | 1110101 | 110001 | 1000010 |
Color Harmonies of #82D37E
Complementary color
Monochromatic Colors of #82D37E
Black with #82D37E
Text Example
Text Example
White with #82D37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D37E; }
p { color: rgb(130,211,126); }
H1.HeaderClassName
{
color: #82D37E;
}
.AnyTagClassName
{
color: #82D37E;
}
</style>
background-color css
<style>
a { background-color: #82D37E; }
a { background-color: rgb(130,211,126); }
div.DivClassName
{
background-color: #82D37E;
}
.BgClassName
{
background-color: #82D37E;
}
</style>
border-color css
<style>
span { border-color: #82D37E; }
span { border-color: rgb(130,211,126); }
td.TdClassName
{
border-color: #82D37E;
}
.TagClassName
{
border-color: #82D37E;
}
</style>