Shades of Atlantis #7AE333
Tints of Atlantis #7AE333
RGB
CMYK
RGB Variations
Color information
#7AE333 (or 0x7AE333) is known color: Atlantis. HEX triplet: 7A, E3 and 33. RGB value is (122,227,51). Sum of RGB (Red+Green+Blue) = 122+227+51=400 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.5% from 400); Green value is 227 (89.06% from 255 or 56.75% from 400); Blue value is 51 (20.31% from 255 or 12.75% from 400); Max value from RGB is 227 - color contains mainly: green. Hex color #7AE333 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AE333 is #851CCC. Grayscale: #B0B0B0. Windows color (decimal): -8723661 or 3400570. OLE color: 3400570.
HSL color Cylindrical-coordinate representation of color #7AE333: hue angle of 95.8º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7AE333 is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 122 | 227 | 51 | - |
| CMYK | 0.46 | 0 | 0.78 | 0.11 |
| HSL | 95.8º | 0.76% | 0.55% | - |
| HSV(B) | 95.8º | 0.78% | 0.89% | - |
| XYZ | 36.09 | 59.31 | 12.68 | - |
| YUV | 175.54 | 57.71 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 227 | 51 | 0.46 | 0 | 0.78 | 0.11 | 95.8 | 0.76 | 0.55 |
| Hex | 7A | E3 | 33 | 2E | 0 | 4E | B | 60 | 4C | 37 |
| Octal | 172 | 343 | 63 | 56 | 0 | 116 | 13 | 140 | 114 | 67 |
| Binary | 1111010 | 11100011 | 110011 | 101110 | 0 | 1001110 | 1011 | 1100000 | 1001100 | 110111 |
Color Harmonies of #7AE333
Complementary color
Monochromatic Colors of #7AE333
Black with #7AE333
Text Example
Text Example
White with #7AE333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE333; }
p { color: rgb(122,227,51); }
H1.HeaderClassName
{
color: #7AE333;
}
.AnyTagClassName
{
color: #7AE333;
}
</style>
background-color css
<style>
a { background-color: #7AE333; }
a { background-color: rgb(122,227,51); }
div.DivClassName
{
background-color: #7AE333;
}
.BgClassName
{
background-color: #7AE333;
}
</style>
border-color css
<style>
span { border-color: #7AE333; }
span { border-color: rgb(122,227,51); }
td.TdClassName
{
border-color: #7AE333;
}
.TagClassName
{
border-color: #7AE333;
}
</style>