Shades of Atlantis #7EEE3C
Tints of Atlantis #7EEE3C
RGB
CMYK
RGB Variations
Color information
#7EEE3C (or 0x7EEE3C) is known color: Atlantis. HEX triplet: 7E, EE and 3C. RGB value is (126,238,60). Sum of RGB (Red+Green+Blue) = 126+238+60=424 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.72% from 424); Green value is 238 (93.36% from 255 or 56.13% from 424); Blue value is 60 (23.83% from 255 or 14.15% from 424); Max value from RGB is 238 - color contains mainly: green. Hex color #7EEE3C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7EEE3C is #8111C3. Grayscale: #B8B8B8. Windows color (decimal): -8458692 or 3993214. OLE color: 3993214.
HSL color Cylindrical-coordinate representation of color #7EEE3C: hue angle of 97.75º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7EEE3C is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 238 | 60 | - |
| CMYK | 0.47 | 0 | 0.75 | 0.07 |
| HSL | 97.75º | 0.84% | 0.58% | - |
| HSV(B) | 97.75º | 0.75% | 0.93% | - |
| XYZ | 39.99 | 65.91 | 14.89 | - |
| YUV | 184.22 | 57.89 | 86.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 238 | 60 | 0.47 | 0 | 0.75 | 0.07 | 97.75 | 0.84 | 0.58 |
| Hex | 7E | EE | 3C | 2F | 0 | 4B | 7 | 62 | 54 | 3A |
| Octal | 176 | 356 | 74 | 57 | 0 | 113 | 7 | 142 | 124 | 72 |
| Binary | 1111110 | 11101110 | 111100 | 101111 | 0 | 1001011 | 111 | 1100010 | 1010100 | 111010 |
Color Harmonies of #7EEE3C
Complementary color
Monochromatic Colors of #7EEE3C
Black with #7EEE3C
Text Example
Text Example
White with #7EEE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EEE3C; }
p { color: rgb(126,238,60); }
H1.HeaderClassName
{
color: #7EEE3C;
}
.AnyTagClassName
{
color: #7EEE3C;
}
</style>
background-color css
<style>
a { background-color: #7EEE3C; }
a { background-color: rgb(126,238,60); }
div.DivClassName
{
background-color: #7EEE3C;
}
.BgClassName
{
background-color: #7EEE3C;
}
</style>
border-color css
<style>
span { border-color: #7EEE3C; }
span { border-color: rgb(126,238,60); }
td.TdClassName
{
border-color: #7EEE3C;
}
.TagClassName
{
border-color: #7EEE3C;
}
</style>