Shades of Atlantis #80D93E
Tints of Atlantis #80D93E
RGB
CMYK
RGB Variations
Color information
#80D93E (or 0x80D93E) is known color: Atlantis. HEX triplet: 80, D9 and 3E. RGB value is (128,217,62). Sum of RGB (Red+Green+Blue) = 128+217+62=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 217 (85.16% from 255 or 53.32% from 407); Blue value is 62 (24.61% from 255 or 15.23% from 407); Max value from RGB is 217 - color contains mainly: green. Hex color #80D93E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D93E is #7F26C1. Grayscale: #ADADAD. Windows color (decimal): -8332994 or 4118912. OLE color: 4118912.
HSL color Cylindrical-coordinate representation of color #80D93E: hue angle of 94.45º degrees, saturation: 0.67, 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 #80D93E is Cyan = 0.41, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 217 | 62 | - |
| CMYK | 0.41 | 0 | 0.71 | 0.15 |
| HSL | 94.45º | 0.67% | 0.55% | - |
| HSV(B) | 94.45º | 0.71% | 0.85% | - |
| XYZ | 34.58 | 54.56 | 13.27 | - |
| YUV | 172.72 | 65.51 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 217 | 62 | 0.41 | 0 | 0.71 | 0.15 | 94.45 | 0.67 | 0.55 |
| Hex | 80 | D9 | 3E | 29 | 0 | 47 | F | 5E | 43 | 37 |
| Octal | 200 | 331 | 76 | 51 | 0 | 107 | 17 | 136 | 103 | 67 |
| Binary | 10000000 | 11011001 | 111110 | 101001 | 0 | 1000111 | 1111 | 1011110 | 1000011 | 110111 |
Color Harmonies of #80D93E
Complementary color
Monochromatic Colors of #80D93E
Black with #80D93E
Text Example
Text Example
White with #80D93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D93E; }
p { color: rgb(128,217,62); }
H1.HeaderClassName
{
color: #80D93E;
}
.AnyTagClassName
{
color: #80D93E;
}
</style>
background-color css
<style>
a { background-color: #80D93E; }
a { background-color: rgb(128,217,62); }
div.DivClassName
{
background-color: #80D93E;
}
.BgClassName
{
background-color: #80D93E;
}
</style>
border-color css
<style>
span { border-color: #80D93E; }
span { border-color: rgb(128,217,62); }
td.TdClassName
{
border-color: #80D93E;
}
.TagClassName
{
border-color: #80D93E;
}
</style>