Shades of Atlantis #80DA3E
Tints of Atlantis #80DA3E
RGB
CMYK
RGB Variations
Color information
#80DA3E (or 0x80DA3E) is known color: Atlantis. HEX triplet: 80, DA and 3E. RGB value is (128,218,62). Sum of RGB (Red+Green+Blue) = 128+218+62=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 218 (85.55% from 255 or 53.43% from 408); Blue value is 62 (24.61% from 255 or 15.20% from 408); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DA3E is #7F25C1. Grayscale: #ADADAD. Windows color (decimal): -8332738 or 4119168. OLE color: 4119168.
HSL color Cylindrical-coordinate representation of color #80DA3E: hue angle of 94.62º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #80DA3E is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 218 | 62 | - |
| CMYK | 0.41 | 0 | 0.72 | 0.15 |
| HSL | 94.62º | 0.68% | 0.55% | - |
| HSV(B) | 94.62º | 0.72% | 0.85% | - |
| XYZ | 34.84 | 55.08 | 13.35 | - |
| YUV | 173.31 | 65.18 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 218 | 62 | 0.41 | 0 | 0.72 | 0.15 | 94.62 | 0.68 | 0.55 |
| Hex | 80 | DA | 3E | 29 | 0 | 48 | F | 5F | 44 | 37 |
| Octal | 200 | 332 | 76 | 51 | 0 | 110 | 17 | 137 | 104 | 67 |
| Binary | 10000000 | 11011010 | 111110 | 101001 | 0 | 1001000 | 1111 | 1011111 | 1000100 | 110111 |
Color Harmonies of #80DA3E
Complementary color
Monochromatic Colors of #80DA3E
Black with #80DA3E
Text Example
Text Example
White with #80DA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DA3E; }
p { color: rgb(128,218,62); }
H1.HeaderClassName
{
color: #80DA3E;
}
.AnyTagClassName
{
color: #80DA3E;
}
</style>
background-color css
<style>
a { background-color: #80DA3E; }
a { background-color: rgb(128,218,62); }
div.DivClassName
{
background-color: #80DA3E;
}
.BgClassName
{
background-color: #80DA3E;
}
</style>
border-color css
<style>
span { border-color: #80DA3E; }
span { border-color: rgb(128,218,62); }
td.TdClassName
{
border-color: #80DA3E;
}
.TagClassName
{
border-color: #80DA3E;
}
</style>