Shades of Atlantis #82DA3E
Tints of Atlantis #82DA3E
RGB
CMYK
RGB Variations
Color information
#82DA3E (or 0x82DA3E) is known color: Atlantis. HEX triplet: 82, DA and 3E. RGB value is (130,218,62). Sum of RGB (Red+Green+Blue) = 130+218+62=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 218 (85.55% from 255 or 53.17% from 410); Blue value is 62 (24.61% from 255 or 15.12% from 410); Max value from RGB is 218 - color contains mainly: green. Hex color #82DA3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82DA3E is #7D25C1. Grayscale: #AEAEAE. Windows color (decimal): -8201666 or 4119170. OLE color: 4119170.
HSL color Cylindrical-coordinate representation of color #82DA3E: hue angle of 93.85º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #82DA3E is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 218 | 62 | - |
| CMYK | 0.40 | 0 | 0.72 | 0.15 |
| HSL | 93.85º | 0.68% | 0.55% | - |
| HSV(B) | 93.85º | 0.72% | 0.85% | - |
| XYZ | 35.15 | 55.24 | 13.37 | - |
| YUV | 173.9 | 64.85 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 218 | 62 | 0.40 | 0 | 0.72 | 0.15 | 93.85 | 0.68 | 0.55 |
| Hex | 82 | DA | 3E | 28 | 0 | 48 | F | 5E | 44 | 37 |
| Octal | 202 | 332 | 76 | 50 | 0 | 110 | 17 | 136 | 104 | 67 |
| Binary | 10000010 | 11011010 | 111110 | 101000 | 0 | 1001000 | 1111 | 1011110 | 1000100 | 110111 |
Color Harmonies of #82DA3E
Complementary color
Monochromatic Colors of #82DA3E
Black with #82DA3E
Text Example
Text Example
White with #82DA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DA3E; }
p { color: rgb(130,218,62); }
H1.HeaderClassName
{
color: #82DA3E;
}
.AnyTagClassName
{
color: #82DA3E;
}
</style>
background-color css
<style>
a { background-color: #82DA3E; }
a { background-color: rgb(130,218,62); }
div.DivClassName
{
background-color: #82DA3E;
}
.BgClassName
{
background-color: #82DA3E;
}
</style>
border-color css
<style>
span { border-color: #82DA3E; }
span { border-color: rgb(130,218,62); }
td.TdClassName
{
border-color: #82DA3E;
}
.TagClassName
{
border-color: #82DA3E;
}
</style>