Shades of Atlantis #79E434
Tints of Atlantis #79E434
RGB
CMYK
RGB Variations
Color information
#79E434 (or 0x79E434) is known color: Atlantis. HEX triplet: 79, E4 and 34. RGB value is (121,228,52). Sum of RGB (Red+Green+Blue) = 121+228+52=401 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.17% from 401); Green value is 228 (89.45% from 255 or 56.86% from 401); Blue value is 52 (20.70% from 255 or 12.97% from 401); Max value from RGB is 228 - color contains mainly: green. Hex color #79E434 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #79E434 is #861BCB. Grayscale: #B0B0B0. Windows color (decimal): -8788940 or 3466361. OLE color: 3466361.
HSL color Cylindrical-coordinate representation of color #79E434: hue angle of 96.48º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #79E434 is Cyan = 0.47, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 121 | 228 | 52 | - |
| CMYK | 0.47 | 0 | 0.77 | 0.11 |
| HSL | 96.48º | 0.77% | 0.55% | - |
| HSV(B) | 96.48º | 0.77% | 0.89% | - |
| XYZ | 36.25 | 59.8 | 12.88 | - |
| YUV | 175.94 | 58.05 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 228 | 52 | 0.47 | 0 | 0.77 | 0.11 | 96.48 | 0.77 | 0.55 |
| Hex | 79 | E4 | 34 | 2F | 0 | 4D | B | 60 | 4D | 37 |
| Octal | 171 | 344 | 64 | 57 | 0 | 115 | 13 | 140 | 115 | 67 |
| Binary | 1111001 | 11100100 | 110100 | 101111 | 0 | 1001101 | 1011 | 1100000 | 1001101 | 110111 |
Color Harmonies of #79E434
Complementary color
Monochromatic Colors of #79E434
Black with #79E434
Text Example
Text Example
White with #79E434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79E434; }
p { color: rgb(121,228,52); }
H1.HeaderClassName
{
color: #79E434;
}
.AnyTagClassName
{
color: #79E434;
}
</style>
background-color css
<style>
a { background-color: #79E434; }
a { background-color: rgb(121,228,52); }
div.DivClassName
{
background-color: #79E434;
}
.BgClassName
{
background-color: #79E434;
}
</style>
border-color css
<style>
span { border-color: #79E434; }
span { border-color: rgb(121,228,52); }
td.TdClassName
{
border-color: #79E434;
}
.TagClassName
{
border-color: #79E434;
}
</style>