Shades of Atlantis #80C63D
Tints of Atlantis #80C63D
RGB
CMYK
RGB Variations
Color information
#80C63D (or 0x80C63D) is known color: Atlantis. HEX triplet: 80, C6 and 3D. RGB value is (128,198,61). Sum of RGB (Red+Green+Blue) = 128+198+61=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 198 (77.73% from 255 or 51.16% from 387); Blue value is 61 (24.22% from 255 or 15.76% from 387); Max value from RGB is 198 - color contains mainly: green. Hex color #80C63D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C63D is #7F39C2. Grayscale: #A1A1A1. Windows color (decimal): -8337859 or 4048512. OLE color: 4048512.
HSL color Cylindrical-coordinate representation of color #80C63D: hue angle of 90.66º 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 #80C63D is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 198 | 61 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.22 |
| HSL | 90.66º | 0.55% | 0.51% | - |
| HSV(B) | 90.66º | 0.69% | 0.78% | - |
| XYZ | 29.94 | 45.31 | 11.58 | - |
| YUV | 161.45 | 71.31 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 198 | 61 | 0.35 | 0 | 0.69 | 0.22 | 90.66 | 0.55 | 0.51 |
| Hex | 80 | C6 | 3D | 23 | 0 | 45 | 16 | 5B | 37 | 33 |
| Octal | 200 | 306 | 75 | 43 | 0 | 105 | 26 | 133 | 67 | 63 |
| Binary | 10000000 | 11000110 | 111101 | 100011 | 0 | 1000101 | 10110 | 1011011 | 110111 | 110011 |
Color Harmonies of #80C63D
Complementary color
Monochromatic Colors of #80C63D
Black with #80C63D
Text Example
Text Example
White with #80C63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C63D; }
p { color: rgb(128,198,61); }
H1.HeaderClassName
{
color: #80C63D;
}
.AnyTagClassName
{
color: #80C63D;
}
</style>
background-color css
<style>
a { background-color: #80C63D; }
a { background-color: rgb(128,198,61); }
div.DivClassName
{
background-color: #80C63D;
}
.BgClassName
{
background-color: #80C63D;
}
</style>
border-color css
<style>
span { border-color: #80C63D; }
span { border-color: rgb(128,198,61); }
td.TdClassName
{
border-color: #80C63D;
}
.TagClassName
{
border-color: #80C63D;
}
</style>