Shades of De York #82DA8C
Tints of De York #82DA8C
RGB
CMYK
RGB Variations
Color information
#82DA8C (or 0x82DA8C) is known color: De York. HEX triplet: 82, DA and 8C. RGB value is (130,218,140). Sum of RGB (Red+Green+Blue) = 130+218+140=488 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.64% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #82DA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DA8C is #7D2573. Grayscale: #B7B7B7. Windows color (decimal): -8201588 or 9230978. OLE color: 9230978.
HSL color Cylindrical-coordinate representation of color #82DA8C: hue angle of 126.82º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82DA8C is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 218 | 140 | - |
| CMYK | 0.40 | 0 | 0.36 | 0.15 |
| HSL | 126.82º | 0.54% | 0.68% | - |
| HSV(B) | 126.82º | 0.4% | 0.85% | - |
| XYZ | 39.01 | 56.78 | 33.71 | - |
| YUV | 182.8 | 103.85 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 218 | 140 | 0.40 | 0 | 0.36 | 0.15 | 126.82 | 0.54 | 0.68 |
| Hex | 82 | DA | 8C | 28 | 0 | 24 | F | 7F | 36 | 44 |
| Octal | 202 | 332 | 214 | 50 | 0 | 44 | 17 | 177 | 66 | 104 |
| Binary | 10000010 | 11011010 | 10001100 | 101000 | 0 | 100100 | 1111 | 1111111 | 110110 | 1000100 |
Color Harmonies of #82DA8C
Complementary color
Monochromatic Colors of #82DA8C
Black with #82DA8C
Text Example
Text Example
White with #82DA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DA8C; }
p { color: rgb(130,218,140); }
H1.HeaderClassName
{
color: #82DA8C;
}
.AnyTagClassName
{
color: #82DA8C;
}
</style>
background-color css
<style>
a { background-color: #82DA8C; }
a { background-color: rgb(130,218,140); }
div.DivClassName
{
background-color: #82DA8C;
}
.BgClassName
{
background-color: #82DA8C;
}
</style>
border-color css
<style>
span { border-color: #82DA8C; }
span { border-color: rgb(130,218,140); }
td.TdClassName
{
border-color: #82DA8C;
}
.TagClassName
{
border-color: #82DA8C;
}
</style>