Shades of Atlantis #80C73D
Tints of Atlantis #80C73D
RGB
CMYK
RGB Variations
Color information
#80C73D (or 0x80C73D) is known color: Atlantis. HEX triplet: 80, C7 and 3D. RGB value is (128,199,61). Sum of RGB (Red+Green+Blue) = 128+199+61=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 199 (78.12% from 255 or 51.29% from 388); Blue value is 61 (24.22% from 255 or 15.72% from 388); Max value from RGB is 199 - color contains mainly: green. Hex color #80C73D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C73D is #7F38C2. Grayscale: #A2A2A2. Windows color (decimal): -8337603 or 4048768. OLE color: 4048768.
HSL color Cylindrical-coordinate representation of color #80C73D: hue angle of 90.87º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80C73D is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 199 | 61 | - |
| CMYK | 0.36 | 0 | 0.69 | 0.22 |
| HSL | 90.87º | 0.55% | 0.51% | - |
| HSV(B) | 90.87º | 0.69% | 0.78% | - |
| XYZ | 30.17 | 45.77 | 11.66 | - |
| YUV | 162.04 | 70.98 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 199 | 61 | 0.36 | 0 | 0.69 | 0.22 | 90.87 | 0.55 | 0.51 |
| Hex | 80 | C7 | 3D | 24 | 0 | 45 | 16 | 5B | 37 | 33 |
| Octal | 200 | 307 | 75 | 44 | 0 | 105 | 26 | 133 | 67 | 63 |
| Binary | 10000000 | 11000111 | 111101 | 100100 | 0 | 1000101 | 10110 | 1011011 | 110111 | 110011 |
Color Harmonies of #80C73D
Complementary color
Monochromatic Colors of #80C73D
Black with #80C73D
Text Example
Text Example
White with #80C73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C73D; }
p { color: rgb(128,199,61); }
H1.HeaderClassName
{
color: #80C73D;
}
.AnyTagClassName
{
color: #80C73D;
}
</style>
background-color css
<style>
a { background-color: #80C73D; }
a { background-color: rgb(128,199,61); }
div.DivClassName
{
background-color: #80C73D;
}
.BgClassName
{
background-color: #80C73D;
}
</style>
border-color css
<style>
span { border-color: #80C73D; }
span { border-color: rgb(128,199,61); }
td.TdClassName
{
border-color: #80C73D;
}
.TagClassName
{
border-color: #80C73D;
}
</style>