Shades of Atlantis #80D73B
Tints of Atlantis #80D73B
RGB
CMYK
RGB Variations
Color information
#80D73B (or 0x80D73B) is known color: Atlantis. HEX triplet: 80, D7 and 3B. RGB value is (128,215,59). Sum of RGB (Red+Green+Blue) = 128+215+59=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 215 (84.38% from 255 or 53.48% from 402); Blue value is 59 (23.44% from 255 or 14.68% from 402); Max value from RGB is 215 - color contains mainly: green. Hex color #80D73B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D73B is #7F28C4. Grayscale: #ABABAB. Windows color (decimal): -8333509 or 3921792. OLE color: 3921792.
HSL color Cylindrical-coordinate representation of color #80D73B: hue angle of 93.46º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80D73B is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 215 | 59 | - |
| CMYK | 0.40 | 0 | 0.73 | 0.16 |
| HSL | 93.46º | 0.66% | 0.54% | - |
| HSV(B) | 93.46º | 0.73% | 0.84% | - |
| XYZ | 33.99 | 53.51 | 12.67 | - |
| YUV | 171.2 | 64.68 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 215 | 59 | 0.40 | 0 | 0.73 | 0.16 | 93.46 | 0.66 | 0.54 |
| Hex | 80 | D7 | 3B | 28 | 0 | 49 | 10 | 5D | 42 | 36 |
| Octal | 200 | 327 | 73 | 50 | 0 | 111 | 20 | 135 | 102 | 66 |
| Binary | 10000000 | 11010111 | 111011 | 101000 | 0 | 1001001 | 10000 | 1011101 | 1000010 | 110110 |
Color Harmonies of #80D73B
Complementary color
Monochromatic Colors of #80D73B
Black with #80D73B
Text Example
Text Example
White with #80D73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D73B; }
p { color: rgb(128,215,59); }
H1.HeaderClassName
{
color: #80D73B;
}
.AnyTagClassName
{
color: #80D73B;
}
</style>
background-color css
<style>
a { background-color: #80D73B; }
a { background-color: rgb(128,215,59); }
div.DivClassName
{
background-color: #80D73B;
}
.BgClassName
{
background-color: #80D73B;
}
</style>
border-color css
<style>
span { border-color: #80D73B; }
span { border-color: rgb(128,215,59); }
td.TdClassName
{
border-color: #80D73B;
}
.TagClassName
{
border-color: #80D73B;
}
</style>