Shades of Atlantis #7FE732
Tints of Atlantis #7FE732
RGB
CMYK
RGB Variations
Color information
#7FE732 (or 0x7FE732) is known color: Atlantis. HEX triplet: 7F, E7 and 32. RGB value is (127,231,50). Sum of RGB (Red+Green+Blue) = 127+231+50=408 (54% of max value = 765). Red value is 127 (50% from 255 or 31.13% from 408); Green value is 231 (90.62% from 255 or 56.62% from 408); Blue value is 50 (19.92% from 255 or 12.25% from 408); Max value from RGB is 231 - color contains mainly: green. Hex color #7FE732 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FE732 is #8018CD. Grayscale: #B3B3B3. Windows color (decimal): -8394958 or 3336063. OLE color: 3336063.
HSL color Cylindrical-coordinate representation of color #7FE732: hue angle of 94.48º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7FE732 is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 231 | 50 | - |
| CMYK | 0.45 | 0 | 0.78 | 0.09 |
| HSL | 94.48º | 0.79% | 0.55% | - |
| HSV(B) | 94.48º | 0.78% | 0.91% | - |
| XYZ | 37.9 | 61.89 | 12.97 | - |
| YUV | 179.27 | 55.04 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 231 | 50 | 0.45 | 0 | 0.78 | 0.09 | 94.48 | 0.79 | 0.55 |
| Hex | 7F | E7 | 32 | 2D | 0 | 4E | 9 | 5E | 4F | 37 |
| Octal | 177 | 347 | 62 | 55 | 0 | 116 | 11 | 136 | 117 | 67 |
| Binary | 1111111 | 11100111 | 110010 | 101101 | 0 | 1001110 | 1001 | 1011110 | 1001111 | 110111 |
Color Harmonies of #7FE732
Complementary color
Monochromatic Colors of #7FE732
Black with #7FE732
Text Example
Text Example
White with #7FE732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE732; }
p { color: rgb(127,231,50); }
H1.HeaderClassName
{
color: #7FE732;
}
.AnyTagClassName
{
color: #7FE732;
}
</style>
background-color css
<style>
a { background-color: #7FE732; }
a { background-color: rgb(127,231,50); }
div.DivClassName
{
background-color: #7FE732;
}
.BgClassName
{
background-color: #7FE732;
}
</style>
border-color css
<style>
span { border-color: #7FE732; }
span { border-color: rgb(127,231,50); }
td.TdClassName
{
border-color: #7FE732;
}
.TagClassName
{
border-color: #7FE732;
}
</style>