Shades of Atlantis #7FEA40
Tints of Atlantis #7FEA40
RGB
CMYK
RGB Variations
Color information
#7FEA40 (or 0x7FEA40) is known color: Atlantis. HEX triplet: 7F, EA and 40. RGB value is (127,234,64). Sum of RGB (Red+Green+Blue) = 127+234+64=425 (56% of max value = 765). Red value is 127 (50% from 255 or 29.88% from 425); Green value is 234 (91.80% from 255 or 55.06% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 234 - color contains mainly: green. Hex color #7FEA40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FEA40 is #8015BF. Grayscale: #B7B7B7. Windows color (decimal): -8394176 or 4254335. OLE color: 4254335.
HSL color Cylindrical-coordinate representation of color #7FEA40: hue angle of 97.76º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7FEA40 is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 127 | 234 | 64 | - |
| CMYK | 0.46 | 0 | 0.73 | 0.08 |
| HSL | 97.76º | 0.8% | 0.58% | - |
| HSV(B) | 97.76º | 0.73% | 0.92% | - |
| XYZ | 39.1 | 63.73 | 15.09 | - |
| YUV | 182.63 | 61.05 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 234 | 64 | 0.46 | 0 | 0.73 | 0.08 | 97.76 | 0.8 | 0.58 |
| Hex | 7F | EA | 40 | 2E | 0 | 49 | 8 | 62 | 50 | 3A |
| Octal | 177 | 352 | 100 | 56 | 0 | 111 | 10 | 142 | 120 | 72 |
| Binary | 1111111 | 11101010 | 1000000 | 101110 | 0 | 1001001 | 1000 | 1100010 | 1010000 | 111010 |
Color Harmonies of #7FEA40
Complementary color
Monochromatic Colors of #7FEA40
Black with #7FEA40
Text Example
Text Example
White with #7FEA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEA40; }
p { color: rgb(127,234,64); }
H1.HeaderClassName
{
color: #7FEA40;
}
.AnyTagClassName
{
color: #7FEA40;
}
</style>
background-color css
<style>
a { background-color: #7FEA40; }
a { background-color: rgb(127,234,64); }
div.DivClassName
{
background-color: #7FEA40;
}
.BgClassName
{
background-color: #7FEA40;
}
</style>
border-color css
<style>
span { border-color: #7FEA40; }
span { border-color: rgb(127,234,64); }
td.TdClassName
{
border-color: #7FEA40;
}
.TagClassName
{
border-color: #7FEA40;
}
</style>