Shades of Atlantis #7CE831
Tints of Atlantis #7CE831
RGB
CMYK
RGB Variations
Color information
#7CE831 (or 0x7CE831) is known color: Atlantis. HEX triplet: 7C, E8 and 31. RGB value is (124,232,49). Sum of RGB (Red+Green+Blue) = 124+232+49=405 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.62% from 405); Green value is 232 (91.02% from 255 or 57.28% from 405); Blue value is 49 (19.53% from 255 or 12.10% from 405); Max value from RGB is 232 - color contains mainly: green. Hex color #7CE831 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7CE831 is #8317CE. Grayscale: #B3B3B3. Windows color (decimal): -8591311 or 3270780. OLE color: 3270780.
HSL color Cylindrical-coordinate representation of color #7CE831: hue angle of 95.41º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7CE831 is Cyan = 0.47, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 124 | 232 | 49 | - |
| CMYK | 0.47 | 0 | 0.79 | 0.09 |
| HSL | 95.41º | 0.8% | 0.55% | - |
| HSV(B) | 95.41º | 0.79% | 0.91% | - |
| XYZ | 37.72 | 62.22 | 12.93 | - |
| YUV | 178.85 | 54.72 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 232 | 49 | 0.47 | 0 | 0.79 | 0.09 | 95.41 | 0.8 | 0.55 |
| Hex | 7C | E8 | 31 | 2F | 0 | 4F | 9 | 5F | 50 | 37 |
| Octal | 174 | 350 | 61 | 57 | 0 | 117 | 11 | 137 | 120 | 67 |
| Binary | 1111100 | 11101000 | 110001 | 101111 | 0 | 1001111 | 1001 | 1011111 | 1010000 | 110111 |
Color Harmonies of #7CE831
Complementary color
Monochromatic Colors of #7CE831
Black with #7CE831
Text Example
Text Example
White with #7CE831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE831; }
p { color: rgb(124,232,49); }
H1.HeaderClassName
{
color: #7CE831;
}
.AnyTagClassName
{
color: #7CE831;
}
</style>
background-color css
<style>
a { background-color: #7CE831; }
a { background-color: rgb(124,232,49); }
div.DivClassName
{
background-color: #7CE831;
}
.BgClassName
{
background-color: #7CE831;
}
</style>
border-color css
<style>
span { border-color: #7CE831; }
span { border-color: rgb(124,232,49); }
td.TdClassName
{
border-color: #7CE831;
}
.TagClassName
{
border-color: #7CE831;
}
</style>