Shades of Atlantis #7FEC3F
Tints of Atlantis #7FEC3F
RGB
CMYK
RGB Variations
Color information
#7FEC3F (or 0x7FEC3F) is known color: Atlantis. HEX triplet: 7F, EC and 3F. RGB value is (127,236,63). Sum of RGB (Red+Green+Blue) = 127+236+63=426 (56% of max value = 765). Red value is 127 (50% from 255 or 29.81% from 426); Green value is 236 (92.58% from 255 or 55.40% from 426); Blue value is 63 (25% from 255 or 14.79% from 426); Max value from RGB is 236 - color contains mainly: green. Hex color #7FEC3F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FEC3F is #8013C0. Grayscale: #B8B8B8. Windows color (decimal): -8393665 or 4189311. OLE color: 4189311.
HSL color Cylindrical-coordinate representation of color #7FEC3F: hue angle of 97.8º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7FEC3F is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 236 | 63 | - |
| CMYK | 0.46 | 0 | 0.73 | 0.07 |
| HSL | 97.8º | 0.82% | 0.59% | - |
| HSV(B) | 97.8º | 0.73% | 0.93% | - |
| XYZ | 39.65 | 64.86 | 15.13 | - |
| YUV | 183.69 | 59.89 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 236 | 63 | 0.46 | 0 | 0.73 | 0.07 | 97.8 | 0.82 | 0.59 |
| Hex | 7F | EC | 3F | 2E | 0 | 49 | 7 | 62 | 52 | 3B |
| Octal | 177 | 354 | 77 | 56 | 0 | 111 | 7 | 142 | 122 | 73 |
| Binary | 1111111 | 11101100 | 111111 | 101110 | 0 | 1001001 | 111 | 1100010 | 1010010 | 111011 |
Color Harmonies of #7FEC3F
Complementary color
Monochromatic Colors of #7FEC3F
Black with #7FEC3F
Text Example
Text Example
White with #7FEC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEC3F; }
p { color: rgb(127,236,63); }
H1.HeaderClassName
{
color: #7FEC3F;
}
.AnyTagClassName
{
color: #7FEC3F;
}
</style>
background-color css
<style>
a { background-color: #7FEC3F; }
a { background-color: rgb(127,236,63); }
div.DivClassName
{
background-color: #7FEC3F;
}
.BgClassName
{
background-color: #7FEC3F;
}
</style>
border-color css
<style>
span { border-color: #7FEC3F; }
span { border-color: rgb(127,236,63); }
td.TdClassName
{
border-color: #7FEC3F;
}
.TagClassName
{
border-color: #7FEC3F;
}
</style>