Shades of Atlantis #7FE432
Tints of Atlantis #7FE432
RGB
CMYK
RGB Variations
Color information
#7FE432 (or 0x7FE432) is known color: Atlantis. HEX triplet: 7F, E4 and 32. RGB value is (127,228,50). Sum of RGB (Red+Green+Blue) = 127+228+50=405 (53% of max value = 765). Red value is 127 (50% from 255 or 31.36% from 405); Green value is 228 (89.45% from 255 or 56.30% from 405); Blue value is 50 (19.92% from 255 or 12.35% from 405); Max value from RGB is 228 - color contains mainly: green. Hex color #7FE432 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FE432 is #801BCD. Grayscale: #B2B2B2. Windows color (decimal): -8395726 or 3335295. OLE color: 3335295.
HSL color Cylindrical-coordinate representation of color #7FE432: hue angle of 94.04º degrees, saturation: 0.77, 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 #7FE432 is Cyan = 0.44, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 127 | 228 | 50 | - |
| CMYK | 0.44 | 0 | 0.78 | 0.11 |
| HSL | 94.04º | 0.77% | 0.55% | - |
| HSV(B) | 94.04º | 0.78% | 0.89% | - |
| XYZ | 37.07 | 60.23 | 12.69 | - |
| YUV | 177.51 | 56.04 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 228 | 50 | 0.44 | 0 | 0.78 | 0.11 | 94.04 | 0.77 | 0.55 |
| Hex | 7F | E4 | 32 | 2C | 0 | 4E | B | 5E | 4D | 37 |
| Octal | 177 | 344 | 62 | 54 | 0 | 116 | 13 | 136 | 115 | 67 |
| Binary | 1111111 | 11100100 | 110010 | 101100 | 0 | 1001110 | 1011 | 1011110 | 1001101 | 110111 |
Color Harmonies of #7FE432
Complementary color
Monochromatic Colors of #7FE432
Black with #7FE432
Text Example
Text Example
White with #7FE432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE432; }
p { color: rgb(127,228,50); }
H1.HeaderClassName
{
color: #7FE432;
}
.AnyTagClassName
{
color: #7FE432;
}
</style>
background-color css
<style>
a { background-color: #7FE432; }
a { background-color: rgb(127,228,50); }
div.DivClassName
{
background-color: #7FE432;
}
.BgClassName
{
background-color: #7FE432;
}
</style>
border-color css
<style>
span { border-color: #7FE432; }
span { border-color: rgb(127,228,50); }
td.TdClassName
{
border-color: #7FE432;
}
.TagClassName
{
border-color: #7FE432;
}
</style>