Shades of Atlantis #7FDA3A
Tints of Atlantis #7FDA3A
RGB
CMYK
RGB Variations
Color information
#7FDA3A (or 0x7FDA3A) is known color: Atlantis. HEX triplet: 7F, DA and 3A. RGB value is (127,218,58). Sum of RGB (Red+Green+Blue) = 127+218+58=403 (53% of max value = 765). Red value is 127 (50% from 255 or 31.51% from 403); Green value is 218 (85.55% from 255 or 54.09% from 403); Blue value is 58 (23.05% from 255 or 14.39% from 403); Max value from RGB is 218 - color contains mainly: green. Hex color #7FDA3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FDA3A is #8025C5. Grayscale: #ADADAD. Windows color (decimal): -8398278 or 3857023. OLE color: 3857023.
HSL color Cylindrical-coordinate representation of color #7FDA3A: hue angle of 94.12º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7FDA3A is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 218 | 58 | - |
| CMYK | 0.42 | 0 | 0.73 | 0.15 |
| HSL | 94.13º | 0.68% | 0.54% | - |
| HSV(B) | 94.13º | 0.73% | 0.85% | - |
| XYZ | 34.59 | 54.96 | 12.79 | - |
| YUV | 172.55 | 63.35 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 218 | 58 | 0.42 | 0 | 0.73 | 0.15 | 94.13 | 0.68 | 0.54 |
| Hex | 7F | DA | 3A | 2A | 0 | 49 | F | 5E | 44 | 36 |
| Octal | 177 | 332 | 72 | 52 | 0 | 111 | 17 | 136 | 104 | 66 |
| Binary | 1111111 | 11011010 | 111010 | 101010 | 0 | 1001001 | 1111 | 1011110 | 1000100 | 110110 |
Color Harmonies of #7FDA3A
Complementary color
Monochromatic Colors of #7FDA3A
Black with #7FDA3A
Text Example
Text Example
White with #7FDA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDA3A; }
p { color: rgb(127,218,58); }
H1.HeaderClassName
{
color: #7FDA3A;
}
.AnyTagClassName
{
color: #7FDA3A;
}
</style>
background-color css
<style>
a { background-color: #7FDA3A; }
a { background-color: rgb(127,218,58); }
div.DivClassName
{
background-color: #7FDA3A;
}
.BgClassName
{
background-color: #7FDA3A;
}
</style>
border-color css
<style>
span { border-color: #7FDA3A; }
span { border-color: rgb(127,218,58); }
td.TdClassName
{
border-color: #7FDA3A;
}
.TagClassName
{
border-color: #7FDA3A;
}
</style>