Shades of Atlantis #7CE73C
Tints of Atlantis #7CE73C
RGB
CMYK
RGB Variations
Color information
#7CE73C (or 0x7CE73C) is known color: Atlantis. HEX triplet: 7C, E7 and 3C. RGB value is (124,231,60). Sum of RGB (Red+Green+Blue) = 124+231+60=415 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.88% from 415); Green value is 231 (90.62% from 255 or 55.66% from 415); Blue value is 60 (23.83% from 255 or 14.46% from 415); Max value from RGB is 231 - color contains mainly: green. Hex color #7CE73C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7CE73C is #8318C3. Grayscale: #B4B4B4. Windows color (decimal): -8591556 or 3991420. OLE color: 3991420.
HSL color Cylindrical-coordinate representation of color #7CE73C: hue angle of 97.54º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7CE73C is Cyan = 0.46, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 124 | 231 | 60 | - |
| CMYK | 0.46 | 0 | 0.74 | 0.09 |
| HSL | 97.54º | 0.78% | 0.57% | - |
| HSV(B) | 97.54º | 0.74% | 0.91% | - |
| XYZ | 37.7 | 61.76 | 14.21 | - |
| YUV | 179.51 | 60.55 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 231 | 60 | 0.46 | 0 | 0.74 | 0.09 | 97.54 | 0.78 | 0.57 |
| Hex | 7C | E7 | 3C | 2E | 0 | 4A | 9 | 62 | 4E | 39 |
| Octal | 174 | 347 | 74 | 56 | 0 | 112 | 11 | 142 | 116 | 71 |
| Binary | 1111100 | 11100111 | 111100 | 101110 | 0 | 1001010 | 1001 | 1100010 | 1001110 | 111001 |
Color Harmonies of #7CE73C
Complementary color
Monochromatic Colors of #7CE73C
Black with #7CE73C
Text Example
Text Example
White with #7CE73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE73C; }
p { color: rgb(124,231,60); }
H1.HeaderClassName
{
color: #7CE73C;
}
.AnyTagClassName
{
color: #7CE73C;
}
</style>
background-color css
<style>
a { background-color: #7CE73C; }
a { background-color: rgb(124,231,60); }
div.DivClassName
{
background-color: #7CE73C;
}
.BgClassName
{
background-color: #7CE73C;
}
</style>
border-color css
<style>
span { border-color: #7CE73C; }
span { border-color: rgb(124,231,60); }
td.TdClassName
{
border-color: #7CE73C;
}
.TagClassName
{
border-color: #7CE73C;
}
</style>