Shades of Atlantis #82D13E
Tints of Atlantis #82D13E
RGB
CMYK
RGB Variations
Color information
#82D13E (or 0x82D13E) is known color: Atlantis. HEX triplet: 82, D1 and 3E. RGB value is (130,209,62). Sum of RGB (Red+Green+Blue) = 130+209+62=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 209 (82.03% from 255 or 52.12% from 401); Blue value is 62 (24.61% from 255 or 15.46% from 401); Max value from RGB is 209 - color contains mainly: green. Hex color #82D13E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82D13E is #7D2EC1. Grayscale: #A9A9A9. Windows color (decimal): -8203970 or 4116866. OLE color: 4116866.
HSL color Cylindrical-coordinate representation of color #82D13E: hue angle of 92.24º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #82D13E is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 209 | 62 | - |
| CMYK | 0.38 | 0 | 0.70 | 0.18 |
| HSL | 92.24º | 0.62% | 0.53% | - |
| HSV(B) | 92.24º | 0.7% | 0.82% | - |
| XYZ | 32.88 | 50.69 | 12.61 | - |
| YUV | 168.62 | 67.83 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 209 | 62 | 0.38 | 0 | 0.70 | 0.18 | 92.24 | 0.62 | 0.53 |
| Hex | 82 | D1 | 3E | 26 | 0 | 46 | 12 | 5C | 3E | 35 |
| Octal | 202 | 321 | 76 | 46 | 0 | 106 | 22 | 134 | 76 | 65 |
| Binary | 10000010 | 11010001 | 111110 | 100110 | 0 | 1000110 | 10010 | 1011100 | 111110 | 110101 |
Color Harmonies of #82D13E
Complementary color
Monochromatic Colors of #82D13E
Black with #82D13E
Text Example
Text Example
White with #82D13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82D13E; }
p { color: rgb(130,209,62); }
H1.HeaderClassName
{
color: #82D13E;
}
.AnyTagClassName
{
color: #82D13E;
}
</style>
background-color css
<style>
a { background-color: #82D13E; }
a { background-color: rgb(130,209,62); }
div.DivClassName
{
background-color: #82D13E;
}
.BgClassName
{
background-color: #82D13E;
}
</style>
border-color css
<style>
span { border-color: #82D13E; }
span { border-color: rgb(130,209,62); }
td.TdClassName
{
border-color: #82D13E;
}
.TagClassName
{
border-color: #82D13E;
}
</style>