Shades of Atlantis #80DA3F
Tints of Atlantis #80DA3F
RGB
CMYK
RGB Variations
Color information
#80DA3F (or 0x80DA3F) is known color: Atlantis. HEX triplet: 80, DA and 3F. RGB value is (128,218,63). Sum of RGB (Red+Green+Blue) = 128+218+63=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 218 (85.55% from 255 or 53.30% from 409); Blue value is 63 (25% from 255 or 15.40% from 409); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DA3F is #7F25C0. Grayscale: #ADADAD. Windows color (decimal): -8332737 or 4184704. OLE color: 4184704.
HSL color Cylindrical-coordinate representation of color #80DA3F: hue angle of 94.84º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #80DA3F is Cyan = 0.41, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 218 | 63 | - |
| CMYK | 0.41 | 0 | 0.71 | 0.15 |
| HSL | 94.84º | 0.68% | 0.55% | - |
| HSV(B) | 94.84º | 0.71% | 0.85% | - |
| XYZ | 34.87 | 55.09 | 13.5 | - |
| YUV | 173.42 | 65.68 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 218 | 63 | 0.41 | 0 | 0.71 | 0.15 | 94.84 | 0.68 | 0.55 |
| Hex | 80 | DA | 3F | 29 | 0 | 47 | F | 5F | 44 | 37 |
| Octal | 200 | 332 | 77 | 51 | 0 | 107 | 17 | 137 | 104 | 67 |
| Binary | 10000000 | 11011010 | 111111 | 101001 | 0 | 1000111 | 1111 | 1011111 | 1000100 | 110111 |
Color Harmonies of #80DA3F
Complementary color
Monochromatic Colors of #80DA3F
Black with #80DA3F
Text Example
Text Example
White with #80DA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DA3F; }
p { color: rgb(128,218,63); }
H1.HeaderClassName
{
color: #80DA3F;
}
.AnyTagClassName
{
color: #80DA3F;
}
</style>
background-color css
<style>
a { background-color: #80DA3F; }
a { background-color: rgb(128,218,63); }
div.DivClassName
{
background-color: #80DA3F;
}
.BgClassName
{
background-color: #80DA3F;
}
</style>
border-color css
<style>
span { border-color: #80DA3F; }
span { border-color: rgb(128,218,63); }
td.TdClassName
{
border-color: #80DA3F;
}
.TagClassName
{
border-color: #80DA3F;
}
</style>