Shades of De York #82DA93
Tints of De York #82DA93
RGB
CMYK
RGB Variations
Color information
#82DA93 (or 0x82DA93) is known color: De York. HEX triplet: 82, DA and 93. RGB value is (130,218,147). Sum of RGB (Red+Green+Blue) = 130+218+147=495 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.26% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 218 - color contains mainly: green. Hex color #82DA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DA93 is #7D256C. Grayscale: #B7B7B7. Windows color (decimal): -8201581 or 9689730. OLE color: 9689730.
HSL color Cylindrical-coordinate representation of color #82DA93: hue angle of 131.59º 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 #82DA93 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 218 | 147 | - |
| CMYK | 0.40 | 0 | 0.33 | 0.15 |
| HSL | 131.59º | 0.54% | 0.68% | - |
| HSV(B) | 131.59º | 0.4% | 0.85% | - |
| XYZ | 39.54 | 57 | 36.52 | - |
| YUV | 183.59 | 107.35 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 218 | 147 | 0.40 | 0 | 0.33 | 0.15 | 131.59 | 0.54 | 0.68 |
| Hex | 82 | DA | 93 | 28 | 0 | 21 | F | 84 | 36 | 44 |
| Octal | 202 | 332 | 223 | 50 | 0 | 41 | 17 | 204 | 66 | 104 |
| Binary | 10000010 | 11011010 | 10010011 | 101000 | 0 | 100001 | 1111 | 10000100 | 110110 | 1000100 |
Color Harmonies of #82DA93
Complementary color
Monochromatic Colors of #82DA93
Black with #82DA93
Text Example
Text Example
White with #82DA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DA93; }
p { color: rgb(130,218,147); }
H1.HeaderClassName
{
color: #82DA93;
}
.AnyTagClassName
{
color: #82DA93;
}
</style>
background-color css
<style>
a { background-color: #82DA93; }
a { background-color: rgb(130,218,147); }
div.DivClassName
{
background-color: #82DA93;
}
.BgClassName
{
background-color: #82DA93;
}
</style>
border-color css
<style>
span { border-color: #82DA93; }
span { border-color: rgb(130,218,147); }
td.TdClassName
{
border-color: #82DA93;
}
.TagClassName
{
border-color: #82DA93;
}
</style>