Shades of Atlantis #82D53A
Tints of Atlantis #82D53A
RGB
CMYK
RGB Variations
Color information
#82D53A (or 0x82D53A) is known color: Atlantis. HEX triplet: 82, D5 and 3A. RGB value is (130,213,58). Sum of RGB (Red+Green+Blue) = 130+213+58=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 213 (83.59% from 255 or 53.12% from 401); Blue value is 58 (23.05% from 255 or 14.46% from 401); Max value from RGB is 213 - color contains mainly: green. Hex color #82D53A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82D53A is #7D2AC5. Grayscale: #ABABAB. Windows color (decimal): -8202950 or 3855746. OLE color: 3855746.
HSL color Cylindrical-coordinate representation of color #82D53A: hue angle of 92.13º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #82D53A is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 213 | 58 | - |
| CMYK | 0.39 | 0 | 0.73 | 0.16 |
| HSL | 92.13º | 0.65% | 0.53% | - |
| HSV(B) | 92.13º | 0.73% | 0.84% | - |
| XYZ | 33.76 | 52.64 | 12.38 | - |
| YUV | 170.51 | 64.5 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 213 | 58 | 0.39 | 0 | 0.73 | 0.16 | 92.13 | 0.65 | 0.53 |
| Hex | 82 | D5 | 3A | 27 | 0 | 49 | 10 | 5C | 41 | 35 |
| Octal | 202 | 325 | 72 | 47 | 0 | 111 | 20 | 134 | 101 | 65 |
| Binary | 10000010 | 11010101 | 111010 | 100111 | 0 | 1001001 | 10000 | 1011100 | 1000001 | 110101 |
Color Harmonies of #82D53A
Complementary color
Monochromatic Colors of #82D53A
Black with #82D53A
Text Example
Text Example
White with #82D53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D53A; }
p { color: rgb(130,213,58); }
H1.HeaderClassName
{
color: #82D53A;
}
.AnyTagClassName
{
color: #82D53A;
}
</style>
background-color css
<style>
a { background-color: #82D53A; }
a { background-color: rgb(130,213,58); }
div.DivClassName
{
background-color: #82D53A;
}
.BgClassName
{
background-color: #82D53A;
}
</style>
border-color css
<style>
span { border-color: #82D53A; }
span { border-color: rgb(130,213,58); }
td.TdClassName
{
border-color: #82D53A;
}
.TagClassName
{
border-color: #82D53A;
}
</style>