Shades of Atlantis #7CF237
Tints of Atlantis #7CF237
RGB
CMYK
RGB Variations
Color information
#7CF237 (or 0x7CF237) is known color: Atlantis. HEX triplet: 7C, F2 and 37. RGB value is (124,242,55). Sum of RGB (Red+Green+Blue) = 124+242+55=421 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.45% from 421); Green value is 242 (94.92% from 255 or 57.48% from 421); Blue value is 55 (21.88% from 255 or 13.06% from 421); Max value from RGB is 242 - color contains mainly: green. Hex color #7CF237 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7CF237 is #830DC8. Grayscale: #BABABA. Windows color (decimal): -8588745 or 3666556. OLE color: 3666556.
HSL color Cylindrical-coordinate representation of color #7CF237: hue angle of 97.86º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7CF237 is Cyan = 0.49, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 242 | 55 | - |
| CMYK | 0.49 | 0 | 0.77 | 0.05 |
| HSL | 97.86º | 0.88% | 0.58% | - |
| HSV(B) | 97.86º | 0.77% | 0.95% | - |
| XYZ | 40.75 | 68.07 | 14.6 | - |
| YUV | 185.4 | 54.41 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 242 | 55 | 0.49 | 0 | 0.77 | 0.05 | 97.86 | 0.88 | 0.58 |
| Hex | 7C | F2 | 37 | 31 | 0 | 4D | 5 | 62 | 58 | 3A |
| Octal | 174 | 362 | 67 | 61 | 0 | 115 | 5 | 142 | 130 | 72 |
| Binary | 1111100 | 11110010 | 110111 | 110001 | 0 | 1001101 | 101 | 1100010 | 1011000 | 111010 |
Color Harmonies of #7CF237
Complementary color
Monochromatic Colors of #7CF237
Black with #7CF237
Text Example
Text Example
White with #7CF237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF237; }
p { color: rgb(124,242,55); }
H1.HeaderClassName
{
color: #7CF237;
}
.AnyTagClassName
{
color: #7CF237;
}
</style>
background-color css
<style>
a { background-color: #7CF237; }
a { background-color: rgb(124,242,55); }
div.DivClassName
{
background-color: #7CF237;
}
.BgClassName
{
background-color: #7CF237;
}
</style>
border-color css
<style>
span { border-color: #7CF237; }
span { border-color: rgb(124,242,55); }
td.TdClassName
{
border-color: #7CF237;
}
.TagClassName
{
border-color: #7CF237;
}
</style>