Shades of Atlantis #80EA32
Tints of Atlantis #80EA32
RGB
CMYK
RGB Variations
Color information
#80EA32 (or 0x80EA32) is known color: Atlantis. HEX triplet: 80, EA and 32. RGB value is (128,234,50). Sum of RGB (Red+Green+Blue) = 128+234+50=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 234 (91.80% from 255 or 56.80% from 412); Blue value is 50 (19.92% from 255 or 12.14% from 412); Max value from RGB is 234 - color contains mainly: green. Hex color #80EA32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80EA32 is #7F15CD. Grayscale: #B5B5B5. Windows color (decimal): -8328654 or 3336832. OLE color: 3336832.
HSL color Cylindrical-coordinate representation of color #80EA32: hue angle of 94.57º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #80EA32 is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 234 | 50 | - |
| CMYK | 0.45 | 0 | 0.79 | 0.08 |
| HSL | 94.57º | 0.81% | 0.56% | - |
| HSV(B) | 94.57º | 0.79% | 0.92% | - |
| XYZ | 38.9 | 63.67 | 13.26 | - |
| YUV | 181.33 | 53.88 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 234 | 50 | 0.45 | 0 | 0.79 | 0.08 | 94.57 | 0.81 | 0.56 |
| Hex | 80 | EA | 32 | 2D | 0 | 4F | 8 | 5F | 51 | 38 |
| Octal | 200 | 352 | 62 | 55 | 0 | 117 | 10 | 137 | 121 | 70 |
| Binary | 10000000 | 11101010 | 110010 | 101101 | 0 | 1001111 | 1000 | 1011111 | 1010001 | 111000 |
Color Harmonies of #80EA32
Complementary color
Monochromatic Colors of #80EA32
Black with #80EA32
Text Example
Text Example
White with #80EA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EA32; }
p { color: rgb(128,234,50); }
H1.HeaderClassName
{
color: #80EA32;
}
.AnyTagClassName
{
color: #80EA32;
}
</style>
background-color css
<style>
a { background-color: #80EA32; }
a { background-color: rgb(128,234,50); }
div.DivClassName
{
background-color: #80EA32;
}
.BgClassName
{
background-color: #80EA32;
}
</style>
border-color css
<style>
span { border-color: #80EA32; }
span { border-color: rgb(128,234,50); }
td.TdClassName
{
border-color: #80EA32;
}
.TagClassName
{
border-color: #80EA32;
}
</style>