Shades of Atlantis #80DB3F
Tints of Atlantis #80DB3F
RGB
CMYK
RGB Variations
Color information
#80DB3F (or 0x80DB3F) is known color: Atlantis. HEX triplet: 80, DB and 3F. RGB value is (128,219,63). Sum of RGB (Red+Green+Blue) = 128+219+63=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 219 (85.94% from 255 or 53.41% from 410); Blue value is 63 (25% from 255 or 15.37% from 410); Max value from RGB is 219 - color contains mainly: green. Hex color #80DB3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DB3F is #7F24C0. Grayscale: #AEAEAE. Windows color (decimal): -8332481 or 4184960. OLE color: 4184960.
HSL color Cylindrical-coordinate representation of color #80DB3F: hue angle of 95º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #80DB3F is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 219 | 63 | - |
| CMYK | 0.42 | 0 | 0.71 | 0.14 |
| HSL | 95º | 0.68% | 0.55% | - |
| HSV(B) | 95º | 0.71% | 0.86% | - |
| XYZ | 35.13 | 55.61 | 13.59 | - |
| YUV | 174.01 | 65.35 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 219 | 63 | 0.42 | 0 | 0.71 | 0.14 | 95 | 0.68 | 0.55 |
| Hex | 80 | DB | 3F | 2A | 0 | 47 | E | 5F | 44 | 37 |
| Octal | 200 | 333 | 77 | 52 | 0 | 107 | 16 | 137 | 104 | 67 |
| Binary | 10000000 | 11011011 | 111111 | 101010 | 0 | 1000111 | 1110 | 1011111 | 1000100 | 110111 |
Color Harmonies of #80DB3F
Complementary color
Monochromatic Colors of #80DB3F
Black with #80DB3F
Text Example
Text Example
White with #80DB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DB3F; }
p { color: rgb(128,219,63); }
H1.HeaderClassName
{
color: #80DB3F;
}
.AnyTagClassName
{
color: #80DB3F;
}
</style>
background-color css
<style>
a { background-color: #80DB3F; }
a { background-color: rgb(128,219,63); }
div.DivClassName
{
background-color: #80DB3F;
}
.BgClassName
{
background-color: #80DB3F;
}
</style>
border-color css
<style>
span { border-color: #80DB3F; }
span { border-color: rgb(128,219,63); }
td.TdClassName
{
border-color: #80DB3F;
}
.TagClassName
{
border-color: #80DB3F;
}
</style>