Shades of Atlantis #80D63B
Tints of Atlantis #80D63B
RGB
CMYK
RGB Variations
Color information
#80D63B (or 0x80D63B) is known color: Atlantis. HEX triplet: 80, D6 and 3B. RGB value is (128,214,59). Sum of RGB (Red+Green+Blue) = 128+214+59=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 214 (83.98% from 255 or 53.37% from 401); Blue value is 59 (23.44% from 255 or 14.71% from 401); Max value from RGB is 214 - color contains mainly: green. Hex color #80D63B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D63B is #7F29C4. Grayscale: #ABABAB. Windows color (decimal): -8333765 or 3921536. OLE color: 3921536.
HSL color Cylindrical-coordinate representation of color #80D63B: hue angle of 93.29º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #80D63B is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 214 | 59 | - |
| CMYK | 0.40 | 0 | 0.72 | 0.16 |
| HSL | 93.29º | 0.65% | 0.54% | - |
| HSV(B) | 93.29º | 0.72% | 0.84% | - |
| XYZ | 33.74 | 53 | 12.59 | - |
| YUV | 170.62 | 65.01 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 214 | 59 | 0.40 | 0 | 0.72 | 0.16 | 93.29 | 0.65 | 0.54 |
| Hex | 80 | D6 | 3B | 28 | 0 | 48 | 10 | 5D | 41 | 36 |
| Octal | 200 | 326 | 73 | 50 | 0 | 110 | 20 | 135 | 101 | 66 |
| Binary | 10000000 | 11010110 | 111011 | 101000 | 0 | 1001000 | 10000 | 1011101 | 1000001 | 110110 |
Color Harmonies of #80D63B
Complementary color
Monochromatic Colors of #80D63B
Black with #80D63B
Text Example
Text Example
White with #80D63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D63B; }
p { color: rgb(128,214,59); }
H1.HeaderClassName
{
color: #80D63B;
}
.AnyTagClassName
{
color: #80D63B;
}
</style>
background-color css
<style>
a { background-color: #80D63B; }
a { background-color: rgb(128,214,59); }
div.DivClassName
{
background-color: #80D63B;
}
.BgClassName
{
background-color: #80D63B;
}
</style>
border-color css
<style>
span { border-color: #80D63B; }
span { border-color: rgb(128,214,59); }
td.TdClassName
{
border-color: #80D63B;
}
.TagClassName
{
border-color: #80D63B;
}
</style>