Shades of Atlantis #80E931
Tints of Atlantis #80E931
RGB
CMYK
RGB Variations
Color information
#80E931 (or 0x80E931) is known color: Atlantis. HEX triplet: 80, E9 and 31. RGB value is (128,233,49). Sum of RGB (Red+Green+Blue) = 128+233+49=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 233 (91.41% from 255 or 56.83% from 410); Blue value is 49 (19.53% from 255 or 11.95% from 410); Max value from RGB is 233 - color contains mainly: green. Hex color #80E931 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80E931 is #7F16CE. Grayscale: #B5B5B5. Windows color (decimal): -8328911 or 3271040. OLE color: 3271040.
HSL color Cylindrical-coordinate representation of color #80E931: hue angle of 94.24º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #80E931 is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 233 | 49 | - |
| CMYK | 0.45 | 0 | 0.79 | 0.09 |
| HSL | 94.24º | 0.81% | 0.55% | - |
| HSV(B) | 94.24º | 0.79% | 0.91% | - |
| XYZ | 38.6 | 63.09 | 13.05 | - |
| YUV | 180.63 | 53.71 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 233 | 49 | 0.45 | 0 | 0.79 | 0.09 | 94.24 | 0.81 | 0.55 |
| Hex | 80 | E9 | 31 | 2D | 0 | 4F | 9 | 5E | 51 | 37 |
| Octal | 200 | 351 | 61 | 55 | 0 | 117 | 11 | 136 | 121 | 67 |
| Binary | 10000000 | 11101001 | 110001 | 101101 | 0 | 1001111 | 1001 | 1011110 | 1010001 | 110111 |
Color Harmonies of #80E931
Complementary color
Monochromatic Colors of #80E931
Black with #80E931
Text Example
Text Example
White with #80E931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E931; }
p { color: rgb(128,233,49); }
H1.HeaderClassName
{
color: #80E931;
}
.AnyTagClassName
{
color: #80E931;
}
</style>
background-color css
<style>
a { background-color: #80E931; }
a { background-color: rgb(128,233,49); }
div.DivClassName
{
background-color: #80E931;
}
.BgClassName
{
background-color: #80E931;
}
</style>
border-color css
<style>
span { border-color: #80E931; }
span { border-color: rgb(128,233,49); }
td.TdClassName
{
border-color: #80E931;
}
.TagClassName
{
border-color: #80E931;
}
</style>