Shades of Atlantis #7CF03E
Tints of Atlantis #7CF03E
RGB
CMYK
RGB Variations
Color information
#7CF03E (or 0x7CF03E) is known color: Atlantis. HEX triplet: 7C, F0 and 3E. RGB value is (124,240,62). Sum of RGB (Red+Green+Blue) = 124+240+62=426 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.11% from 426); Green value is 240 (94.14% from 255 or 56.34% from 426); Blue value is 62 (24.61% from 255 or 14.55% from 426); Max value from RGB is 240 - color contains mainly: green. Hex color #7CF03E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7CF03E is #830FC1. Grayscale: #B9B9B9. Windows color (decimal): -8589250 or 4124796. OLE color: 4124796.
HSL color Cylindrical-coordinate representation of color #7CF03E: hue angle of 99.1º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7CF03E is Cyan = 0.48, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 124 | 240 | 62 | - |
| CMYK | 0.48 | 0 | 0.74 | 0.06 |
| HSL | 99.1º | 0.86% | 0.59% | - |
| HSV(B) | 99.1º | 0.74% | 0.94% | - |
| XYZ | 40.34 | 66.95 | 15.35 | - |
| YUV | 185.02 | 58.57 | 84.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 240 | 62 | 0.48 | 0 | 0.74 | 0.06 | 99.1 | 0.86 | 0.59 |
| Hex | 7C | F0 | 3E | 30 | 0 | 4A | 6 | 63 | 56 | 3B |
| Octal | 174 | 360 | 76 | 60 | 0 | 112 | 6 | 143 | 126 | 73 |
| Binary | 1111100 | 11110000 | 111110 | 110000 | 0 | 1001010 | 110 | 1100011 | 1010110 | 111011 |
Color Harmonies of #7CF03E
Complementary color
Monochromatic Colors of #7CF03E
Black with #7CF03E
Text Example
Text Example
White with #7CF03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF03E; }
p { color: rgb(124,240,62); }
H1.HeaderClassName
{
color: #7CF03E;
}
.AnyTagClassName
{
color: #7CF03E;
}
</style>
background-color css
<style>
a { background-color: #7CF03E; }
a { background-color: rgb(124,240,62); }
div.DivClassName
{
background-color: #7CF03E;
}
.BgClassName
{
background-color: #7CF03E;
}
</style>
border-color css
<style>
span { border-color: #7CF03E; }
span { border-color: rgb(124,240,62); }
td.TdClassName
{
border-color: #7CF03E;
}
.TagClassName
{
border-color: #7CF03E;
}
</style>