Shades of Atlantis #82C43E
Tints of Atlantis #82C43E
RGB
CMYK
RGB Variations
Color information
#82C43E (or 0x82C43E) is known color: Atlantis. HEX triplet: 82, C4 and 3E. RGB value is (130,196,62). Sum of RGB (Red+Green+Blue) = 130+196+62=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 196 (76.95% from 255 or 50.52% from 388); Blue value is 62 (24.61% from 255 or 15.98% from 388); Max value from RGB is 196 - color contains mainly: green. Hex color #82C43E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C43E is #7D3BC1. Grayscale: #A1A1A1. Windows color (decimal): -8207298 or 4113538. OLE color: 4113538.
HSL color Cylindrical-coordinate representation of color #82C43E: hue angle of 89.55º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82C43E is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 130 | 196 | 62 | - |
| CMYK | 0.34 | 0 | 0.68 | 0.23 |
| HSL | 89.55º | 0.53% | 0.51% | - |
| HSV(B) | 89.55º | 0.68% | 0.77% | - |
| XYZ | 29.82 | 44.57 | 11.59 | - |
| YUV | 160.99 | 72.13 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 196 | 62 | 0.34 | 0 | 0.68 | 0.23 | 89.55 | 0.53 | 0.51 |
| Hex | 82 | C4 | 3E | 22 | 0 | 44 | 17 | 5A | 35 | 33 |
| Octal | 202 | 304 | 76 | 42 | 0 | 104 | 27 | 132 | 65 | 63 |
| Binary | 10000010 | 11000100 | 111110 | 100010 | 0 | 1000100 | 10111 | 1011010 | 110101 | 110011 |
Color Harmonies of #82C43E
Complementary color
Monochromatic Colors of #82C43E
Black with #82C43E
Text Example
Text Example
White with #82C43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82C43E; }
p { color: rgb(130,196,62); }
H1.HeaderClassName
{
color: #82C43E;
}
.AnyTagClassName
{
color: #82C43E;
}
</style>
background-color css
<style>
a { background-color: #82C43E; }
a { background-color: rgb(130,196,62); }
div.DivClassName
{
background-color: #82C43E;
}
.BgClassName
{
background-color: #82C43E;
}
</style>
border-color css
<style>
span { border-color: #82C43E; }
span { border-color: rgb(130,196,62); }
td.TdClassName
{
border-color: #82C43E;
}
.TagClassName
{
border-color: #82C43E;
}
</style>