Shades of Atlantis #7CF03C
Tints of Atlantis #7CF03C
RGB
CMYK
RGB Variations
Color information
#7CF03C (or 0x7CF03C) is known color: Atlantis. HEX triplet: 7C, F0 and 3C. RGB value is (124,240,60). Sum of RGB (Red+Green+Blue) = 124+240+60=424 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.25% from 424); Green value is 240 (94.14% from 255 or 56.60% from 424); Blue value is 60 (23.83% from 255 or 14.15% from 424); Max value from RGB is 240 - color contains mainly: green. Hex color #7CF03C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7CF03C is #830FC3. Grayscale: #B9B9B9. Windows color (decimal): -8589252 or 3993724. OLE color: 3993724.
HSL color Cylindrical-coordinate representation of color #7CF03C: hue angle of 98.67º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7CF03C is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 124 | 240 | 60 | - |
| CMYK | 0.48 | 0 | 0.75 | 0.06 |
| HSL | 98.67º | 0.86% | 0.59% | - |
| HSV(B) | 98.67º | 0.75% | 0.94% | - |
| XYZ | 40.29 | 66.93 | 15.07 | - |
| YUV | 184.8 | 57.57 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 240 | 60 | 0.48 | 0 | 0.75 | 0.06 | 98.67 | 0.86 | 0.59 |
| Hex | 7C | F0 | 3C | 30 | 0 | 4B | 6 | 63 | 56 | 3B |
| Octal | 174 | 360 | 74 | 60 | 0 | 113 | 6 | 143 | 126 | 73 |
| Binary | 1111100 | 11110000 | 111100 | 110000 | 0 | 1001011 | 110 | 1100011 | 1010110 | 111011 |
Color Harmonies of #7CF03C
Complementary color
Monochromatic Colors of #7CF03C
Black with #7CF03C
Text Example
Text Example
White with #7CF03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF03C; }
p { color: rgb(124,240,60); }
H1.HeaderClassName
{
color: #7CF03C;
}
.AnyTagClassName
{
color: #7CF03C;
}
</style>
background-color css
<style>
a { background-color: #7CF03C; }
a { background-color: rgb(124,240,60); }
div.DivClassName
{
background-color: #7CF03C;
}
.BgClassName
{
background-color: #7CF03C;
}
</style>
border-color css
<style>
span { border-color: #7CF03C; }
span { border-color: rgb(124,240,60); }
td.TdClassName
{
border-color: #7CF03C;
}
.TagClassName
{
border-color: #7CF03C;
}
</style>