Shades of Atlantis #80DA39
Tints of Atlantis #80DA39
RGB
CMYK
RGB Variations
Color information
#80DA39 (or 0x80DA39) is known color: Atlantis. HEX triplet: 80, DA and 39. RGB value is (128,218,57). Sum of RGB (Red+Green+Blue) = 128+218+57=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 218 (85.55% from 255 or 54.09% from 403); Blue value is 57 (22.66% from 255 or 14.14% from 403); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DA39 is #7F25C6. Grayscale: #ADADAD. Windows color (decimal): -8332743 or 3791488. OLE color: 3791488.
HSL color Cylindrical-coordinate representation of color #80DA39: hue angle of 93.54º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80DA39 is Cyan = 0.41, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 218 | 57 | - |
| CMYK | 0.41 | 0 | 0.74 | 0.15 |
| HSL | 93.54º | 0.69% | 0.54% | - |
| HSV(B) | 93.54º | 0.74% | 0.85% | - |
| XYZ | 34.71 | 55.03 | 12.66 | - |
| YUV | 172.74 | 62.68 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 218 | 57 | 0.41 | 0 | 0.74 | 0.15 | 93.54 | 0.69 | 0.54 |
| Hex | 80 | DA | 39 | 29 | 0 | 4A | F | 5E | 45 | 36 |
| Octal | 200 | 332 | 71 | 51 | 0 | 112 | 17 | 136 | 105 | 66 |
| Binary | 10000000 | 11011010 | 111001 | 101001 | 0 | 1001010 | 1111 | 1011110 | 1000101 | 110110 |
Color Harmonies of #80DA39
Complementary color
Monochromatic Colors of #80DA39
Black with #80DA39
Text Example
Text Example
White with #80DA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DA39; }
p { color: rgb(128,218,57); }
H1.HeaderClassName
{
color: #80DA39;
}
.AnyTagClassName
{
color: #80DA39;
}
</style>
background-color css
<style>
a { background-color: #80DA39; }
a { background-color: rgb(128,218,57); }
div.DivClassName
{
background-color: #80DA39;
}
.BgClassName
{
background-color: #80DA39;
}
</style>
border-color css
<style>
span { border-color: #80DA39; }
span { border-color: rgb(128,218,57); }
td.TdClassName
{
border-color: #80DA39;
}
.TagClassName
{
border-color: #80DA39;
}
</style>