Shades of Atlantis #7CF53A
Tints of Atlantis #7CF53A
RGB
CMYK
RGB Variations
Color information
#7CF53A (or 0x7CF53A) is known color: Atlantis. HEX triplet: 7C, F5 and 3A. RGB value is (124,245,58). Sum of RGB (Red+Green+Blue) = 124+245+58=427 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.04% from 427); Green value is 245 (96.09% from 255 or 57.38% from 427); Blue value is 58 (23.05% from 255 or 13.58% from 427); Max value from RGB is 245 - color contains mainly: green. Hex color #7CF53A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7CF53A is #830AC5. Grayscale: #BCBCBC. Windows color (decimal): -8587974 or 3863932. OLE color: 3863932.
HSL color Cylindrical-coordinate representation of color #7CF53A: hue angle of 98.82º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7CF53A is Cyan = 0.49, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 124 | 245 | 58 | - |
| CMYK | 0.49 | 0 | 0.76 | 0.04 |
| HSL | 98.82º | 0.9% | 0.59% | - |
| HSV(B) | 98.82º | 0.76% | 0.96% | - |
| XYZ | 41.73 | 69.9 | 15.29 | - |
| YUV | 187.5 | 54.91 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 245 | 58 | 0.49 | 0 | 0.76 | 0.04 | 98.82 | 0.9 | 0.59 |
| Hex | 7C | F5 | 3A | 31 | 0 | 4C | 4 | 63 | 5A | 3B |
| Octal | 174 | 365 | 72 | 61 | 0 | 114 | 4 | 143 | 132 | 73 |
| Binary | 1111100 | 11110101 | 111010 | 110001 | 0 | 1001100 | 100 | 1100011 | 1011010 | 111011 |
Color Harmonies of #7CF53A
Complementary color
Monochromatic Colors of #7CF53A
Black with #7CF53A
Text Example
Text Example
White with #7CF53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF53A; }
p { color: rgb(124,245,58); }
H1.HeaderClassName
{
color: #7CF53A;
}
.AnyTagClassName
{
color: #7CF53A;
}
</style>
background-color css
<style>
a { background-color: #7CF53A; }
a { background-color: rgb(124,245,58); }
div.DivClassName
{
background-color: #7CF53A;
}
.BgClassName
{
background-color: #7CF53A;
}
</style>
border-color css
<style>
span { border-color: #7CF53A; }
span { border-color: rgb(124,245,58); }
td.TdClassName
{
border-color: #7CF53A;
}
.TagClassName
{
border-color: #7CF53A;
}
</style>