Shades of Atlantis #7CF53C
Tints of Atlantis #7CF53C
RGB
CMYK
RGB Variations
Color information
#7CF53C (or 0x7CF53C) is known color: Atlantis. HEX triplet: 7C, F5 and 3C. RGB value is (124,245,60). Sum of RGB (Red+Green+Blue) = 124+245+60=429 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.90% from 429); Green value is 245 (96.09% from 255 or 57.11% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 245 - color contains mainly: green. Hex color #7CF53C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7CF53C is #830AC3. Grayscale: #BCBCBC. Windows color (decimal): -8587972 or 3995004. OLE color: 3995004.
HSL color Cylindrical-coordinate representation of color #7CF53C: hue angle of 99.24º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7CF53C is Cyan = 0.49, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 124 | 245 | 60 | - |
| CMYK | 0.49 | 0 | 0.76 | 0.04 |
| HSL | 99.24º | 0.9% | 0.6% | - |
| HSV(B) | 99.24º | 0.76% | 0.96% | - |
| XYZ | 41.78 | 69.92 | 15.57 | - |
| YUV | 187.73 | 55.91 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 245 | 60 | 0.49 | 0 | 0.76 | 0.04 | 99.24 | 0.9 | 0.6 |
| Hex | 7C | F5 | 3C | 31 | 0 | 4C | 4 | 63 | 5A | 3C |
| Octal | 174 | 365 | 74 | 61 | 0 | 114 | 4 | 143 | 132 | 74 |
| Binary | 1111100 | 11110101 | 111100 | 110001 | 0 | 1001100 | 100 | 1100011 | 1011010 | 111100 |
Color Harmonies of #7CF53C
Complementary color
Monochromatic Colors of #7CF53C
Black with #7CF53C
Text Example
Text Example
White with #7CF53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF53C; }
p { color: rgb(124,245,60); }
H1.HeaderClassName
{
color: #7CF53C;
}
.AnyTagClassName
{
color: #7CF53C;
}
</style>
background-color css
<style>
a { background-color: #7CF53C; }
a { background-color: rgb(124,245,60); }
div.DivClassName
{
background-color: #7CF53C;
}
.BgClassName
{
background-color: #7CF53C;
}
</style>
border-color css
<style>
span { border-color: #7CF53C; }
span { border-color: rgb(124,245,60); }
td.TdClassName
{
border-color: #7CF53C;
}
.TagClassName
{
border-color: #7CF53C;
}
</style>