Shades of Atlantis #80E13A
Tints of Atlantis #80E13A
RGB
CMYK
RGB Variations
Color information
#80E13A (or 0x80E13A) is known color: Atlantis. HEX triplet: 80, E1 and 3A. RGB value is (128,225,58). Sum of RGB (Red+Green+Blue) = 128+225+58=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 225 (88.28% from 255 or 54.74% from 411); Blue value is 58 (23.05% from 255 or 14.11% from 411); Max value from RGB is 225 - color contains mainly: green. Hex color #80E13A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80E13A is #7F1EC5. Grayscale: #B1B1B1. Windows color (decimal): -8330950 or 3858816. OLE color: 3858816.
HSL color Cylindrical-coordinate representation of color #80E13A: hue angle of 94.85º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80E13A is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 225 | 58 | - |
| CMYK | 0.43 | 0 | 0.74 | 0.12 |
| HSL | 94.85º | 0.74% | 0.55% | - |
| HSV(B) | 94.85º | 0.74% | 0.88% | - |
| XYZ | 36.59 | 58.75 | 13.41 | - |
| YUV | 176.96 | 60.86 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 225 | 58 | 0.43 | 0 | 0.74 | 0.12 | 94.85 | 0.74 | 0.55 |
| Hex | 80 | E1 | 3A | 2B | 0 | 4A | C | 5F | 4A | 37 |
| Octal | 200 | 341 | 72 | 53 | 0 | 112 | 14 | 137 | 112 | 67 |
| Binary | 10000000 | 11100001 | 111010 | 101011 | 0 | 1001010 | 1100 | 1011111 | 1001010 | 110111 |
Color Harmonies of #80E13A
Complementary color
Monochromatic Colors of #80E13A
Black with #80E13A
Text Example
Text Example
White with #80E13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E13A; }
p { color: rgb(128,225,58); }
H1.HeaderClassName
{
color: #80E13A;
}
.AnyTagClassName
{
color: #80E13A;
}
</style>
background-color css
<style>
a { background-color: #80E13A; }
a { background-color: rgb(128,225,58); }
div.DivClassName
{
background-color: #80E13A;
}
.BgClassName
{
background-color: #80E13A;
}
</style>
border-color css
<style>
span { border-color: #80E13A; }
span { border-color: rgb(128,225,58); }
td.TdClassName
{
border-color: #80E13A;
}
.TagClassName
{
border-color: #80E13A;
}
</style>