Shades of Atlantis #80D83D
Tints of Atlantis #80D83D
RGB
CMYK
RGB Variations
Color information
#80D83D (or 0x80D83D) is known color: Atlantis. HEX triplet: 80, D8 and 3D. RGB value is (128,216,61). Sum of RGB (Red+Green+Blue) = 128+216+61=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 216 (84.77% from 255 or 53.33% from 405); Blue value is 61 (24.22% from 255 or 15.06% from 405); Max value from RGB is 216 - color contains mainly: green. Hex color #80D83D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D83D is #7F27C2. Grayscale: #ACACAC. Windows color (decimal): -8333251 or 4053120. OLE color: 4053120.
HSL color Cylindrical-coordinate representation of color #80D83D: hue angle of 94.06º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #80D83D is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 216 | 61 | - |
| CMYK | 0.41 | 0 | 0.72 | 0.15 |
| HSL | 94.06º | 0.67% | 0.54% | - |
| HSV(B) | 94.06º | 0.72% | 0.85% | - |
| XYZ | 34.3 | 54.04 | 13.04 | - |
| YUV | 172.02 | 65.35 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 216 | 61 | 0.41 | 0 | 0.72 | 0.15 | 94.06 | 0.67 | 0.54 |
| Hex | 80 | D8 | 3D | 29 | 0 | 48 | F | 5E | 43 | 36 |
| Octal | 200 | 330 | 75 | 51 | 0 | 110 | 17 | 136 | 103 | 66 |
| Binary | 10000000 | 11011000 | 111101 | 101001 | 0 | 1001000 | 1111 | 1011110 | 1000011 | 110110 |
Color Harmonies of #80D83D
Complementary color
Monochromatic Colors of #80D83D
Black with #80D83D
Text Example
Text Example
White with #80D83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D83D; }
p { color: rgb(128,216,61); }
H1.HeaderClassName
{
color: #80D83D;
}
.AnyTagClassName
{
color: #80D83D;
}
</style>
background-color css
<style>
a { background-color: #80D83D; }
a { background-color: rgb(128,216,61); }
div.DivClassName
{
background-color: #80D83D;
}
.BgClassName
{
background-color: #80D83D;
}
</style>
border-color css
<style>
span { border-color: #80D83D; }
span { border-color: rgb(128,216,61); }
td.TdClassName
{
border-color: #80D83D;
}
.TagClassName
{
border-color: #80D83D;
}
</style>