Shades of Atlantis #82DA40
Tints of Atlantis #82DA40
RGB
CMYK
RGB Variations
Color information
#82DA40 (or 0x82DA40) is known color: Atlantis. HEX triplet: 82, DA and 40. RGB value is (130,218,64). Sum of RGB (Red+Green+Blue) = 130+218+64=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 218 (85.55% from 255 or 52.91% from 412); Blue value is 64 (25.39% from 255 or 15.53% from 412); Max value from RGB is 218 - color contains mainly: green. Hex color #82DA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82DA40 is #7D25BF. Grayscale: #AEAEAE. Windows color (decimal): -8201664 or 4250242. OLE color: 4250242.
HSL color Cylindrical-coordinate representation of color #82DA40: hue angle of 94.29º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #82DA40 is Cyan = 0.40, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 218 | 64 | - |
| CMYK | 0.40 | 0 | 0.71 | 0.15 |
| HSL | 94.29º | 0.68% | 0.55% | - |
| HSV(B) | 94.29º | 0.71% | 0.85% | - |
| XYZ | 35.2 | 55.26 | 13.66 | - |
| YUV | 174.13 | 65.85 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 218 | 64 | 0.40 | 0 | 0.71 | 0.15 | 94.29 | 0.68 | 0.55 |
| Hex | 82 | DA | 40 | 28 | 0 | 47 | F | 5E | 44 | 37 |
| Octal | 202 | 332 | 100 | 50 | 0 | 107 | 17 | 136 | 104 | 67 |
| Binary | 10000010 | 11011010 | 1000000 | 101000 | 0 | 1000111 | 1111 | 1011110 | 1000100 | 110111 |
Color Harmonies of #82DA40
Complementary color
Monochromatic Colors of #82DA40
Black with #82DA40
Text Example
Text Example
White with #82DA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DA40; }
p { color: rgb(130,218,64); }
H1.HeaderClassName
{
color: #82DA40;
}
.AnyTagClassName
{
color: #82DA40;
}
</style>
background-color css
<style>
a { background-color: #82DA40; }
a { background-color: rgb(130,218,64); }
div.DivClassName
{
background-color: #82DA40;
}
.BgClassName
{
background-color: #82DA40;
}
</style>
border-color css
<style>
span { border-color: #82DA40; }
span { border-color: rgb(130,218,64); }
td.TdClassName
{
border-color: #82DA40;
}
.TagClassName
{
border-color: #82DA40;
}
</style>