Shades of Atlantis #80E343
Tints of Atlantis #80E343
RGB
CMYK
RGB Variations
Color information
#80E343 (or 0x80E343) is known color: Atlantis. HEX triplet: 80, E3 and 43. RGB value is (128,227,67). Sum of RGB (Red+Green+Blue) = 128+227+67=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 227 (89.06% from 255 or 53.79% from 422); Blue value is 67 (26.56% from 255 or 15.88% from 422); Max value from RGB is 227 - color contains mainly: green. Hex color #80E343 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80E343 is #7F1CBC. Grayscale: #B3B3B3. Windows color (decimal): -8330429 or 4449152. OLE color: 4449152.
HSL color Cylindrical-coordinate representation of color #80E343: hue angle of 97.12º 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 #80E343 is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 227 | 67 | - |
| CMYK | 0.44 | 0 | 0.70 | 0.11 |
| HSL | 97.13º | 0.74% | 0.58% | - |
| HSV(B) | 97.13º | 0.7% | 0.89% | - |
| XYZ | 37.38 | 59.93 | 14.91 | - |
| YUV | 179.16 | 64.7 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 227 | 67 | 0.44 | 0 | 0.70 | 0.11 | 97.13 | 0.74 | 0.58 |
| Hex | 80 | E3 | 43 | 2C | 0 | 46 | B | 61 | 4A | 3A |
| Octal | 200 | 343 | 103 | 54 | 0 | 106 | 13 | 141 | 112 | 72 |
| Binary | 10000000 | 11100011 | 1000011 | 101100 | 0 | 1000110 | 1011 | 1100001 | 1001010 | 111010 |
Color Harmonies of #80E343
Complementary color
Monochromatic Colors of #80E343
Black with #80E343
Text Example
Text Example
White with #80E343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E343; }
p { color: rgb(128,227,67); }
H1.HeaderClassName
{
color: #80E343;
}
.AnyTagClassName
{
color: #80E343;
}
</style>
background-color css
<style>
a { background-color: #80E343; }
a { background-color: rgb(128,227,67); }
div.DivClassName
{
background-color: #80E343;
}
.BgClassName
{
background-color: #80E343;
}
</style>
border-color css
<style>
span { border-color: #80E343; }
span { border-color: rgb(128,227,67); }
td.TdClassName
{
border-color: #80E343;
}
.TagClassName
{
border-color: #80E343;
}
</style>