Shades of Atlantis #80D13B
Tints of Atlantis #80D13B
RGB
CMYK
RGB Variations
Color information
#80D13B (or 0x80D13B) is known color: Atlantis. HEX triplet: 80, D1 and 3B. RGB value is (128,209,59). Sum of RGB (Red+Green+Blue) = 128+209+59=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 209 (82.03% from 255 or 52.78% from 396); Blue value is 59 (23.44% from 255 or 14.90% from 396); Max value from RGB is 209 - color contains mainly: green. Hex color #80D13B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D13B is #7F2EC4. Grayscale: #A8A8A8. Windows color (decimal): -8335045 or 3920256. OLE color: 3920256.
HSL color Cylindrical-coordinate representation of color #80D13B: hue angle of 92.4º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #80D13B is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 209 | 59 | - |
| CMYK | 0.39 | 0 | 0.72 | 0.18 |
| HSL | 92.4º | 0.62% | 0.53% | - |
| HSV(B) | 92.4º | 0.72% | 0.82% | - |
| XYZ | 32.49 | 50.51 | 12.17 | - |
| YUV | 167.68 | 66.66 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 209 | 59 | 0.39 | 0 | 0.72 | 0.18 | 92.4 | 0.62 | 0.53 |
| Hex | 80 | D1 | 3B | 27 | 0 | 48 | 12 | 5C | 3E | 35 |
| Octal | 200 | 321 | 73 | 47 | 0 | 110 | 22 | 134 | 76 | 65 |
| Binary | 10000000 | 11010001 | 111011 | 100111 | 0 | 1001000 | 10010 | 1011100 | 111110 | 110101 |
Color Harmonies of #80D13B
Complementary color
Monochromatic Colors of #80D13B
Black with #80D13B
Text Example
Text Example
White with #80D13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D13B; }
p { color: rgb(128,209,59); }
H1.HeaderClassName
{
color: #80D13B;
}
.AnyTagClassName
{
color: #80D13B;
}
</style>
background-color css
<style>
a { background-color: #80D13B; }
a { background-color: rgb(128,209,59); }
div.DivClassName
{
background-color: #80D13B;
}
.BgClassName
{
background-color: #80D13B;
}
</style>
border-color css
<style>
span { border-color: #80D13B; }
span { border-color: rgb(128,209,59); }
td.TdClassName
{
border-color: #80D13B;
}
.TagClassName
{
border-color: #80D13B;
}
</style>