Shades of Atlantis #7FDA3B
Tints of Atlantis #7FDA3B
RGB
CMYK
RGB Variations
Color information
#7FDA3B (or 0x7FDA3B) is known color: Atlantis. HEX triplet: 7F, DA and 3B. RGB value is (127,218,59). Sum of RGB (Red+Green+Blue) = 127+218+59=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 218 (85.55% from 255 or 53.96% from 404); Blue value is 59 (23.44% from 255 or 14.60% from 404); Max value from RGB is 218 - color contains mainly: green. Hex color #7FDA3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FDA3B is #8025C4. Grayscale: #ADADAD. Windows color (decimal): -8398277 or 3922559. OLE color: 3922559.
HSL color Cylindrical-coordinate representation of color #7FDA3B: hue angle of 94.34º 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 #7FDA3B is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 218 | 59 | - |
| CMYK | 0.42 | 0 | 0.73 | 0.15 |
| HSL | 94.34º | 0.68% | 0.54% | - |
| HSV(B) | 94.34º | 0.73% | 0.85% | - |
| XYZ | 34.61 | 54.97 | 12.92 | - |
| YUV | 172.67 | 63.85 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 218 | 59 | 0.42 | 0 | 0.73 | 0.15 | 94.34 | 0.68 | 0.54 |
| Hex | 7F | DA | 3B | 2A | 0 | 49 | F | 5E | 44 | 36 |
| Octal | 177 | 332 | 73 | 52 | 0 | 111 | 17 | 136 | 104 | 66 |
| Binary | 1111111 | 11011010 | 111011 | 101010 | 0 | 1001001 | 1111 | 1011110 | 1000100 | 110110 |
Color Harmonies of #7FDA3B
Complementary color
Monochromatic Colors of #7FDA3B
Black with #7FDA3B
Text Example
Text Example
White with #7FDA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDA3B; }
p { color: rgb(127,218,59); }
H1.HeaderClassName
{
color: #7FDA3B;
}
.AnyTagClassName
{
color: #7FDA3B;
}
</style>
background-color css
<style>
a { background-color: #7FDA3B; }
a { background-color: rgb(127,218,59); }
div.DivClassName
{
background-color: #7FDA3B;
}
.BgClassName
{
background-color: #7FDA3B;
}
</style>
border-color css
<style>
span { border-color: #7FDA3B; }
span { border-color: rgb(127,218,59); }
td.TdClassName
{
border-color: #7FDA3B;
}
.TagClassName
{
border-color: #7FDA3B;
}
</style>