Shades of Atlantis #7AF237
Tints of Atlantis #7AF237
RGB
CMYK
RGB Variations
Color information
#7AF237 (or 0x7AF237) is known color: Atlantis. HEX triplet: 7A, F2 and 37. RGB value is (122,242,55). Sum of RGB (Red+Green+Blue) = 122+242+55=419 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.12% from 419); Green value is 242 (94.92% from 255 or 57.76% from 419); Blue value is 55 (21.88% from 255 or 13.13% from 419); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF237 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AF237 is #850DC8. Grayscale: #B9B9B9. Windows color (decimal): -8719817 or 3666554. OLE color: 3666554.
HSL color Cylindrical-coordinate representation of color #7AF237: hue angle of 98.5º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7AF237 is Cyan = 0.50, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 242 | 55 | - |
| CMYK | 0.50 | 0 | 0.77 | 0.05 |
| HSL | 98.5º | 0.88% | 0.58% | - |
| HSV(B) | 98.5º | 0.77% | 0.95% | - |
| XYZ | 40.47 | 67.92 | 14.59 | - |
| YUV | 184.8 | 54.74 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 242 | 55 | 0.50 | 0 | 0.77 | 0.05 | 98.5 | 0.88 | 0.58 |
| Hex | 7A | F2 | 37 | 32 | 0 | 4D | 5 | 63 | 58 | 3A |
| Octal | 172 | 362 | 67 | 62 | 0 | 115 | 5 | 143 | 130 | 72 |
| Binary | 1111010 | 11110010 | 110111 | 110010 | 0 | 1001101 | 101 | 1100011 | 1011000 | 111010 |
Color Harmonies of #7AF237
Complementary color
Monochromatic Colors of #7AF237
Black with #7AF237
Text Example
Text Example
White with #7AF237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF237; }
p { color: rgb(122,242,55); }
H1.HeaderClassName
{
color: #7AF237;
}
.AnyTagClassName
{
color: #7AF237;
}
</style>
background-color css
<style>
a { background-color: #7AF237; }
a { background-color: rgb(122,242,55); }
div.DivClassName
{
background-color: #7AF237;
}
.BgClassName
{
background-color: #7AF237;
}
</style>
border-color css
<style>
span { border-color: #7AF237; }
span { border-color: rgb(122,242,55); }
td.TdClassName
{
border-color: #7AF237;
}
.TagClassName
{
border-color: #7AF237;
}
</style>