Shades of Atlantis #82E343
Tints of Atlantis #82E343
RGB
CMYK
RGB Variations
Color information
#82E343 (or 0x82E343) is known color: Atlantis. HEX triplet: 82, E3 and 43. RGB value is (130,227,67). Sum of RGB (Red+Green+Blue) = 130+227+67=424 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.66% from 424); Green value is 227 (89.06% from 255 or 53.54% from 424); Blue value is 67 (26.56% from 255 or 15.80% from 424); Max value from RGB is 227 - color contains mainly: green. Hex color #82E343 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82E343 is #7D1CBC. Grayscale: #B4B4B4. Windows color (decimal): -8199357 or 4449154. OLE color: 4449154.
HSL color Cylindrical-coordinate representation of color #82E343: hue angle of 96.38º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #82E343 is Cyan = 0.43, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 130 | 227 | 67 | - |
| CMYK | 0.43 | 0 | 0.70 | 0.11 |
| HSL | 96.38º | 0.74% | 0.58% | - |
| HSV(B) | 96.38º | 0.7% | 0.89% | - |
| XYZ | 37.69 | 60.09 | 14.92 | - |
| YUV | 179.76 | 64.36 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 227 | 67 | 0.43 | 0 | 0.70 | 0.11 | 96.38 | 0.74 | 0.58 |
| Hex | 82 | E3 | 43 | 2B | 0 | 46 | B | 60 | 4A | 3A |
| Octal | 202 | 343 | 103 | 53 | 0 | 106 | 13 | 140 | 112 | 72 |
| Binary | 10000010 | 11100011 | 1000011 | 101011 | 0 | 1000110 | 1011 | 1100000 | 1001010 | 111010 |
Color Harmonies of #82E343
Complementary color
Monochromatic Colors of #82E343
Black with #82E343
Text Example
Text Example
White with #82E343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E343; }
p { color: rgb(130,227,67); }
H1.HeaderClassName
{
color: #82E343;
}
.AnyTagClassName
{
color: #82E343;
}
</style>
background-color css
<style>
a { background-color: #82E343; }
a { background-color: rgb(130,227,67); }
div.DivClassName
{
background-color: #82E343;
}
.BgClassName
{
background-color: #82E343;
}
</style>
border-color css
<style>
span { border-color: #82E343; }
span { border-color: rgb(130,227,67); }
td.TdClassName
{
border-color: #82E343;
}
.TagClassName
{
border-color: #82E343;
}
</style>