Shades of Atlantis #80D03F
Tints of Atlantis #80D03F
RGB
CMYK
RGB Variations
Color information
#80D03F (or 0x80D03F) is known color: Atlantis. HEX triplet: 80, D0 and 3F. RGB value is (128,208,63). Sum of RGB (Red+Green+Blue) = 128+208+63=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 208 (81.64% from 255 or 52.13% from 399); Blue value is 63 (25% from 255 or 15.79% from 399); Max value from RGB is 208 - color contains mainly: green. Hex color #80D03F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D03F is #7F2FC0. Grayscale: #A8A8A8. Windows color (decimal): -8335297 or 4182144. OLE color: 4182144.
HSL color Cylindrical-coordinate representation of color #80D03F: hue angle of 93.1º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80D03F is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 208 | 63 | - |
| CMYK | 0.38 | 0 | 0.70 | 0.18 |
| HSL | 93.1º | 0.61% | 0.53% | - |
| HSV(B) | 93.1º | 0.7% | 0.82% | - |
| XYZ | 32.36 | 50.06 | 12.66 | - |
| YUV | 167.55 | 69 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 208 | 63 | 0.38 | 0 | 0.70 | 0.18 | 93.1 | 0.61 | 0.53 |
| Hex | 80 | D0 | 3F | 26 | 0 | 46 | 12 | 5D | 3D | 35 |
| Octal | 200 | 320 | 77 | 46 | 0 | 106 | 22 | 135 | 75 | 65 |
| Binary | 10000000 | 11010000 | 111111 | 100110 | 0 | 1000110 | 10010 | 1011101 | 111101 | 110101 |
Color Harmonies of #80D03F
Complementary color
Monochromatic Colors of #80D03F
Black with #80D03F
Text Example
Text Example
White with #80D03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D03F; }
p { color: rgb(128,208,63); }
H1.HeaderClassName
{
color: #80D03F;
}
.AnyTagClassName
{
color: #80D03F;
}
</style>
background-color css
<style>
a { background-color: #80D03F; }
a { background-color: rgb(128,208,63); }
div.DivClassName
{
background-color: #80D03F;
}
.BgClassName
{
background-color: #80D03F;
}
</style>
border-color css
<style>
span { border-color: #80D03F; }
span { border-color: rgb(128,208,63); }
td.TdClassName
{
border-color: #80D03F;
}
.TagClassName
{
border-color: #80D03F;
}
</style>