Shades of Atlantis #7EEF34
Tints of Atlantis #7EEF34
RGB
CMYK
RGB Variations
Color information
#7EEF34 (or 0x7EEF34) is known color: Atlantis. HEX triplet: 7E, EF and 34. RGB value is (126,239,52). Sum of RGB (Red+Green+Blue) = 126+239+52=417 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.22% from 417); Green value is 239 (93.75% from 255 or 57.31% from 417); Blue value is 52 (20.70% from 255 or 12.47% from 417); Max value from RGB is 239 - color contains mainly: green. Hex color #7EEF34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7EEF34 is #8110CB. Grayscale: #B8B8B8. Windows color (decimal): -8458444 or 3469182. OLE color: 3469182.
HSL color Cylindrical-coordinate representation of color #7EEF34: hue angle of 96.26º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7EEF34 is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 126 | 239 | 52 | - |
| CMYK | 0.47 | 0 | 0.78 | 0.06 |
| HSL | 96.26º | 0.85% | 0.57% | - |
| HSV(B) | 96.26º | 0.78% | 0.94% | - |
| XYZ | 40.09 | 66.42 | 13.96 | - |
| YUV | 183.9 | 53.56 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 239 | 52 | 0.47 | 0 | 0.78 | 0.06 | 96.26 | 0.85 | 0.57 |
| Hex | 7E | EF | 34 | 2F | 0 | 4E | 6 | 60 | 55 | 39 |
| Octal | 176 | 357 | 64 | 57 | 0 | 116 | 6 | 140 | 125 | 71 |
| Binary | 1111110 | 11101111 | 110100 | 101111 | 0 | 1001110 | 110 | 1100000 | 1010101 | 111001 |
Color Harmonies of #7EEF34
Complementary color
Monochromatic Colors of #7EEF34
Black with #7EEF34
Text Example
Text Example
White with #7EEF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EEF34; }
p { color: rgb(126,239,52); }
H1.HeaderClassName
{
color: #7EEF34;
}
.AnyTagClassName
{
color: #7EEF34;
}
</style>
background-color css
<style>
a { background-color: #7EEF34; }
a { background-color: rgb(126,239,52); }
div.DivClassName
{
background-color: #7EEF34;
}
.BgClassName
{
background-color: #7EEF34;
}
</style>
border-color css
<style>
span { border-color: #7EEF34; }
span { border-color: rgb(126,239,52); }
td.TdClassName
{
border-color: #7EEF34;
}
.TagClassName
{
border-color: #7EEF34;
}
</style>