Shades of Atlantis #82C53E
Tints of Atlantis #82C53E
RGB
CMYK
RGB Variations
Color information
#82C53E (or 0x82C53E) is known color: Atlantis. HEX triplet: 82, C5 and 3E. RGB value is (130,197,62). Sum of RGB (Red+Green+Blue) = 130+197+62=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 197 (77.34% from 255 or 50.64% from 389); Blue value is 62 (24.61% from 255 or 15.94% from 389); Max value from RGB is 197 - color contains mainly: green. Hex color #82C53E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C53E is #7D3AC1. Grayscale: #A2A2A2. Windows color (decimal): -8207042 or 4113794. OLE color: 4113794.
HSL color Cylindrical-coordinate representation of color #82C53E: hue angle of 89.78º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #82C53E is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 130 | 197 | 62 | - |
| CMYK | 0.34 | 0 | 0.69 | 0.23 |
| HSL | 89.78º | 0.54% | 0.51% | - |
| HSV(B) | 89.78º | 0.69% | 0.77% | - |
| XYZ | 30.04 | 45.03 | 11.66 | - |
| YUV | 161.58 | 71.8 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 197 | 62 | 0.34 | 0 | 0.69 | 0.23 | 89.78 | 0.54 | 0.51 |
| Hex | 82 | C5 | 3E | 22 | 0 | 45 | 17 | 5A | 36 | 33 |
| Octal | 202 | 305 | 76 | 42 | 0 | 105 | 27 | 132 | 66 | 63 |
| Binary | 10000010 | 11000101 | 111110 | 100010 | 0 | 1000101 | 10111 | 1011010 | 110110 | 110011 |
Color Harmonies of #82C53E
Complementary color
Monochromatic Colors of #82C53E
Black with #82C53E
Text Example
Text Example
White with #82C53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C53E; }
p { color: rgb(130,197,62); }
H1.HeaderClassName
{
color: #82C53E;
}
.AnyTagClassName
{
color: #82C53E;
}
</style>
background-color css
<style>
a { background-color: #82C53E; }
a { background-color: rgb(130,197,62); }
div.DivClassName
{
background-color: #82C53E;
}
.BgClassName
{
background-color: #82C53E;
}
</style>
border-color css
<style>
span { border-color: #82C53E; }
span { border-color: rgb(130,197,62); }
td.TdClassName
{
border-color: #82C53E;
}
.TagClassName
{
border-color: #82C53E;
}
</style>