Shades of Atlantis #7ADE37
Tints of Atlantis #7ADE37
RGB
CMYK
RGB Variations
Color information
#7ADE37 (or 0x7ADE37) is known color: Atlantis. HEX triplet: 7A, DE and 37. RGB value is (122,222,55). Sum of RGB (Red+Green+Blue) = 122+222+55=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 222 (87.11% from 255 or 55.64% from 399); Blue value is 55 (21.88% from 255 or 13.78% from 399); Max value from RGB is 222 - color contains mainly: green. Hex color #7ADE37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADE37 is #8521C8. Grayscale: #ADADAD. Windows color (decimal): -8724937 or 3661434. OLE color: 3661434.
HSL color Cylindrical-coordinate representation of color #7ADE37: hue angle of 95.93º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7ADE37 is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 222 | 55 | - |
| CMYK | 0.45 | 0 | 0.75 | 0.13 |
| HSL | 95.93º | 0.72% | 0.54% | - |
| HSV(B) | 95.93º | 0.75% | 0.87% | - |
| XYZ | 34.84 | 56.66 | 12.71 | - |
| YUV | 173.06 | 61.37 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 222 | 55 | 0.45 | 0 | 0.75 | 0.13 | 95.93 | 0.72 | 0.54 |
| Hex | 7A | DE | 37 | 2D | 0 | 4B | D | 60 | 48 | 36 |
| Octal | 172 | 336 | 67 | 55 | 0 | 113 | 15 | 140 | 110 | 66 |
| Binary | 1111010 | 11011110 | 110111 | 101101 | 0 | 1001011 | 1101 | 1100000 | 1001000 | 110110 |
Color Harmonies of #7ADE37
Complementary color
Monochromatic Colors of #7ADE37
Black with #7ADE37
Text Example
Text Example
White with #7ADE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADE37; }
p { color: rgb(122,222,55); }
H1.HeaderClassName
{
color: #7ADE37;
}
.AnyTagClassName
{
color: #7ADE37;
}
</style>
background-color css
<style>
a { background-color: #7ADE37; }
a { background-color: rgb(122,222,55); }
div.DivClassName
{
background-color: #7ADE37;
}
.BgClassName
{
background-color: #7ADE37;
}
</style>
border-color css
<style>
span { border-color: #7ADE37; }
span { border-color: rgb(122,222,55); }
td.TdClassName
{
border-color: #7ADE37;
}
.TagClassName
{
border-color: #7ADE37;
}
</style>