Shades of Atlantis #7CE93B
Tints of Atlantis #7CE93B
RGB
CMYK
RGB Variations
Color information
#7CE93B (or 0x7CE93B) is known color: Atlantis. HEX triplet: 7C, E9 and 3B. RGB value is (124,233,59). Sum of RGB (Red+Green+Blue) = 124+233+59=416 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.81% from 416); Green value is 233 (91.41% from 255 or 56.01% from 416); Blue value is 59 (23.44% from 255 or 14.18% from 416); Max value from RGB is 233 - color contains mainly: green. Hex color #7CE93B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7CE93B is #8316C4. Grayscale: #B5B5B5. Windows color (decimal): -8591045 or 3926396. OLE color: 3926396.
HSL color Cylindrical-coordinate representation of color #7CE93B: hue angle of 97.59º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7CE93B is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 124 | 233 | 59 | - |
| CMYK | 0.47 | 0 | 0.75 | 0.09 |
| HSL | 97.59º | 0.8% | 0.57% | - |
| HSV(B) | 97.59º | 0.75% | 0.91% | - |
| XYZ | 38.24 | 62.88 | 14.26 | - |
| YUV | 180.57 | 59.39 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 233 | 59 | 0.47 | 0 | 0.75 | 0.09 | 97.59 | 0.8 | 0.57 |
| Hex | 7C | E9 | 3B | 2F | 0 | 4B | 9 | 62 | 50 | 39 |
| Octal | 174 | 351 | 73 | 57 | 0 | 113 | 11 | 142 | 120 | 71 |
| Binary | 1111100 | 11101001 | 111011 | 101111 | 0 | 1001011 | 1001 | 1100010 | 1010000 | 111001 |
Color Harmonies of #7CE93B
Complementary color
Monochromatic Colors of #7CE93B
Black with #7CE93B
Text Example
Text Example
White with #7CE93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE93B; }
p { color: rgb(124,233,59); }
H1.HeaderClassName
{
color: #7CE93B;
}
.AnyTagClassName
{
color: #7CE93B;
}
</style>
background-color css
<style>
a { background-color: #7CE93B; }
a { background-color: rgb(124,233,59); }
div.DivClassName
{
background-color: #7CE93B;
}
.BgClassName
{
background-color: #7CE93B;
}
</style>
border-color css
<style>
span { border-color: #7CE93B; }
span { border-color: rgb(124,233,59); }
td.TdClassName
{
border-color: #7CE93B;
}
.TagClassName
{
border-color: #7CE93B;
}
</style>