Shades of Atlantis #7FEC37
Tints of Atlantis #7FEC37
RGB
CMYK
RGB Variations
Color information
#7FEC37 (or 0x7FEC37) is known color: Atlantis. HEX triplet: 7F, EC and 37. RGB value is (127,236,55). Sum of RGB (Red+Green+Blue) = 127+236+55=418 (55% of max value = 765). Red value is 127 (50% from 255 or 30.38% from 418); Green value is 236 (92.58% from 255 or 56.46% from 418); Blue value is 55 (21.88% from 255 or 13.16% from 418); Max value from RGB is 236 - color contains mainly: green. Hex color #7FEC37 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FEC37 is #8013C8. Grayscale: #B7B7B7. Windows color (decimal): -8393673 or 3665023. OLE color: 3665023.
HSL color Cylindrical-coordinate representation of color #7FEC37: hue angle of 96.13º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7FEC37 is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 236 | 55 | - |
| CMYK | 0.46 | 0 | 0.77 | 0.07 |
| HSL | 96.13º | 0.83% | 0.57% | - |
| HSV(B) | 96.13º | 0.77% | 0.93% | - |
| XYZ | 39.44 | 64.78 | 14.04 | - |
| YUV | 182.78 | 55.89 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 236 | 55 | 0.46 | 0 | 0.77 | 0.07 | 96.13 | 0.83 | 0.57 |
| Hex | 7F | EC | 37 | 2E | 0 | 4D | 7 | 60 | 53 | 39 |
| Octal | 177 | 354 | 67 | 56 | 0 | 115 | 7 | 140 | 123 | 71 |
| Binary | 1111111 | 11101100 | 110111 | 101110 | 0 | 1001101 | 111 | 1100000 | 1010011 | 111001 |
Color Harmonies of #7FEC37
Complementary color
Monochromatic Colors of #7FEC37
Black with #7FEC37
Text Example
Text Example
White with #7FEC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEC37; }
p { color: rgb(127,236,55); }
H1.HeaderClassName
{
color: #7FEC37;
}
.AnyTagClassName
{
color: #7FEC37;
}
</style>
background-color css
<style>
a { background-color: #7FEC37; }
a { background-color: rgb(127,236,55); }
div.DivClassName
{
background-color: #7FEC37;
}
.BgClassName
{
background-color: #7FEC37;
}
</style>
border-color css
<style>
span { border-color: #7FEC37; }
span { border-color: rgb(127,236,55); }
td.TdClassName
{
border-color: #7FEC37;
}
.TagClassName
{
border-color: #7FEC37;
}
</style>