Shades of Atlantis #80DB39
Tints of Atlantis #80DB39
RGB
CMYK
RGB Variations
Color information
#80DB39 (or 0x80DB39) is known color: Atlantis. HEX triplet: 80, DB and 39. RGB value is (128,219,57). Sum of RGB (Red+Green+Blue) = 128+219+57=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 219 (85.94% from 255 or 54.21% from 404); Blue value is 57 (22.66% from 255 or 14.11% from 404); Max value from RGB is 219 - color contains mainly: green. Hex color #80DB39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DB39 is #7F24C6. Grayscale: #ADADAD. Windows color (decimal): -8332487 or 3791744. OLE color: 3791744.
HSL color Cylindrical-coordinate representation of color #80DB39: hue angle of 93.7º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80DB39 is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 219 | 57 | - |
| CMYK | 0.42 | 0 | 0.74 | 0.14 |
| HSL | 93.7º | 0.69% | 0.54% | - |
| HSV(B) | 93.7º | 0.74% | 0.86% | - |
| XYZ | 34.97 | 55.55 | 12.75 | - |
| YUV | 173.32 | 62.35 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 219 | 57 | 0.42 | 0 | 0.74 | 0.14 | 93.7 | 0.69 | 0.54 |
| Hex | 80 | DB | 39 | 2A | 0 | 4A | E | 5E | 45 | 36 |
| Octal | 200 | 333 | 71 | 52 | 0 | 112 | 16 | 136 | 105 | 66 |
| Binary | 10000000 | 11011011 | 111001 | 101010 | 0 | 1001010 | 1110 | 1011110 | 1000101 | 110110 |
Color Harmonies of #80DB39
Complementary color
Monochromatic Colors of #80DB39
Black with #80DB39
Text Example
Text Example
White with #80DB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DB39; }
p { color: rgb(128,219,57); }
H1.HeaderClassName
{
color: #80DB39;
}
.AnyTagClassName
{
color: #80DB39;
}
</style>
background-color css
<style>
a { background-color: #80DB39; }
a { background-color: rgb(128,219,57); }
div.DivClassName
{
background-color: #80DB39;
}
.BgClassName
{
background-color: #80DB39;
}
</style>
border-color css
<style>
span { border-color: #80DB39; }
span { border-color: rgb(128,219,57); }
td.TdClassName
{
border-color: #80DB39;
}
.TagClassName
{
border-color: #80DB39;
}
</style>