Shades of Atlantis #80F03A
Tints of Atlantis #80F03A
RGB
CMYK
RGB Variations
Color information
#80F03A (or 0x80F03A) is known color: Atlantis. HEX triplet: 80, F0 and 3A. RGB value is (128,240,58). Sum of RGB (Red+Green+Blue) = 128+240+58=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 240 (94.14% from 255 or 56.34% from 426); Blue value is 58 (23.05% from 255 or 13.62% from 426); Max value from RGB is 240 - color contains mainly: green. Hex color #80F03A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80F03A is #7F0FC5. Grayscale: #BABABA. Windows color (decimal): -8327110 or 3862656. OLE color: 3862656.
HSL color Cylindrical-coordinate representation of color #80F03A: hue angle of 96.92º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80F03A is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 240 | 58 | - |
| CMYK | 0.47 | 0 | 0.76 | 0.06 |
| HSL | 96.92º | 0.86% | 0.58% | - |
| HSV(B) | 96.92º | 0.76% | 0.94% | - |
| XYZ | 40.83 | 67.21 | 14.83 | - |
| YUV | 185.76 | 55.89 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 240 | 58 | 0.47 | 0 | 0.76 | 0.06 | 96.92 | 0.86 | 0.58 |
| Hex | 80 | F0 | 3A | 2F | 0 | 4C | 6 | 61 | 56 | 3A |
| Octal | 200 | 360 | 72 | 57 | 0 | 114 | 6 | 141 | 126 | 72 |
| Binary | 10000000 | 11110000 | 111010 | 101111 | 0 | 1001100 | 110 | 1100001 | 1010110 | 111010 |
Color Harmonies of #80F03A
Complementary color
Monochromatic Colors of #80F03A
Black with #80F03A
Text Example
Text Example
White with #80F03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F03A; }
p { color: rgb(128,240,58); }
H1.HeaderClassName
{
color: #80F03A;
}
.AnyTagClassName
{
color: #80F03A;
}
</style>
background-color css
<style>
a { background-color: #80F03A; }
a { background-color: rgb(128,240,58); }
div.DivClassName
{
background-color: #80F03A;
}
.BgClassName
{
background-color: #80F03A;
}
</style>
border-color css
<style>
span { border-color: #80F03A; }
span { border-color: rgb(128,240,58); }
td.TdClassName
{
border-color: #80F03A;
}
.TagClassName
{
border-color: #80F03A;
}
</style>