Shades of Atlantis #7CEE3E
Tints of Atlantis #7CEE3E
RGB
CMYK
RGB Variations
Color information
#7CEE3E (or 0x7CEE3E) is known color: Atlantis. HEX triplet: 7C, EE and 3E. RGB value is (124,238,62). Sum of RGB (Red+Green+Blue) = 124+238+62=424 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.25% from 424); Green value is 238 (93.36% from 255 or 56.13% from 424); Blue value is 62 (24.61% from 255 or 14.62% from 424); Max value from RGB is 238 - color contains mainly: green. Hex color #7CEE3E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7CEE3E is #8311C1. Grayscale: #B8B8B8. Windows color (decimal): -8589762 or 4124284. OLE color: 4124284.
HSL color Cylindrical-coordinate representation of color #7CEE3E: hue angle of 98.86º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7CEE3E is Cyan = 0.48, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 238 | 62 | - |
| CMYK | 0.48 | 0 | 0.74 | 0.07 |
| HSL | 98.86º | 0.84% | 0.59% | - |
| HSV(B) | 98.86º | 0.74% | 0.93% | - |
| XYZ | 39.76 | 65.78 | 15.16 | - |
| YUV | 183.85 | 59.23 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 238 | 62 | 0.48 | 0 | 0.74 | 0.07 | 98.86 | 0.84 | 0.59 |
| Hex | 7C | EE | 3E | 30 | 0 | 4A | 7 | 63 | 54 | 3B |
| Octal | 174 | 356 | 76 | 60 | 0 | 112 | 7 | 143 | 124 | 73 |
| Binary | 1111100 | 11101110 | 111110 | 110000 | 0 | 1001010 | 111 | 1100011 | 1010100 | 111011 |
Color Harmonies of #7CEE3E
Complementary color
Monochromatic Colors of #7CEE3E
Black with #7CEE3E
Text Example
Text Example
White with #7CEE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CEE3E; }
p { color: rgb(124,238,62); }
H1.HeaderClassName
{
color: #7CEE3E;
}
.AnyTagClassName
{
color: #7CEE3E;
}
</style>
background-color css
<style>
a { background-color: #7CEE3E; }
a { background-color: rgb(124,238,62); }
div.DivClassName
{
background-color: #7CEE3E;
}
.BgClassName
{
background-color: #7CEE3E;
}
</style>
border-color css
<style>
span { border-color: #7CEE3E; }
span { border-color: rgb(124,238,62); }
td.TdClassName
{
border-color: #7CEE3E;
}
.TagClassName
{
border-color: #7CEE3E;
}
</style>