Shades of Atlantis #7AF437
Tints of Atlantis #7AF437
RGB
CMYK
RGB Variations
Color information
#7AF437 (or 0x7AF437) is known color: Atlantis. HEX triplet: 7A, F4 and 37. RGB value is (122,244,55). Sum of RGB (Red+Green+Blue) = 122+244+55=421 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.98% from 421); Green value is 244 (95.70% from 255 or 57.96% from 421); Blue value is 55 (21.88% from 255 or 13.06% from 421); Max value from RGB is 244 - color contains mainly: green. Hex color #7AF437 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AF437 is #850BC8. Grayscale: #BABABA. Windows color (decimal): -8719305 or 3667066. OLE color: 3667066.
HSL color Cylindrical-coordinate representation of color #7AF437: hue angle of 98.73º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7AF437 is Cyan = 0.5, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 122 | 244 | 55 | - |
| CMYK | 0.5 | 0 | 0.77 | 0.04 |
| HSL | 98.73º | 0.9% | 0.59% | - |
| HSV(B) | 98.73º | 0.77% | 0.96% | - |
| XYZ | 41.07 | 69.11 | 14.79 | - |
| YUV | 185.98 | 54.08 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 244 | 55 | 0.5 | 0 | 0.77 | 0.04 | 98.73 | 0.9 | 0.59 |
| Hex | 7A | F4 | 37 | 32 | 0 | 4D | 4 | 63 | 5A | 3B |
| Octal | 172 | 364 | 67 | 62 | 0 | 115 | 4 | 143 | 132 | 73 |
| Binary | 1111010 | 11110100 | 110111 | 110010 | 0 | 1001101 | 100 | 1100011 | 1011010 | 111011 |
Color Harmonies of #7AF437
Complementary color
Monochromatic Colors of #7AF437
Black with #7AF437
Text Example
Text Example
White with #7AF437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF437; }
p { color: rgb(122,244,55); }
H1.HeaderClassName
{
color: #7AF437;
}
.AnyTagClassName
{
color: #7AF437;
}
</style>
background-color css
<style>
a { background-color: #7AF437; }
a { background-color: rgb(122,244,55); }
div.DivClassName
{
background-color: #7AF437;
}
.BgClassName
{
background-color: #7AF437;
}
</style>
border-color css
<style>
span { border-color: #7AF437; }
span { border-color: rgb(122,244,55); }
td.TdClassName
{
border-color: #7AF437;
}
.TagClassName
{
border-color: #7AF437;
}
</style>