Shades of Atlantis #7FE737
Tints of Atlantis #7FE737
RGB
CMYK
RGB Variations
Color information
#7FE737 (or 0x7FE737) is known color: Atlantis. HEX triplet: 7F, E7 and 37. RGB value is (127,231,55). Sum of RGB (Red+Green+Blue) = 127+231+55=413 (54% of max value = 765). Red value is 127 (50% from 255 or 30.75% from 413); Green value is 231 (90.62% from 255 or 55.93% from 413); Blue value is 55 (21.88% from 255 or 13.32% from 413); Max value from RGB is 231 - color contains mainly: green. Hex color #7FE737 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FE737 is #8018C8. Grayscale: #B4B4B4. Windows color (decimal): -8394953 or 3663743. OLE color: 3663743.
HSL color Cylindrical-coordinate representation of color #7FE737: hue angle of 95.45º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7FE737 is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 231 | 55 | - |
| CMYK | 0.45 | 0 | 0.76 | 0.09 |
| HSL | 95.45º | 0.79% | 0.56% | - |
| HSV(B) | 95.45º | 0.76% | 0.91% | - |
| XYZ | 38.02 | 61.94 | 13.57 | - |
| YUV | 179.84 | 57.54 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 231 | 55 | 0.45 | 0 | 0.76 | 0.09 | 95.45 | 0.79 | 0.56 |
| Hex | 7F | E7 | 37 | 2D | 0 | 4C | 9 | 5F | 4F | 38 |
| Octal | 177 | 347 | 67 | 55 | 0 | 114 | 11 | 137 | 117 | 70 |
| Binary | 1111111 | 11100111 | 110111 | 101101 | 0 | 1001100 | 1001 | 1011111 | 1001111 | 111000 |
Color Harmonies of #7FE737
Complementary color
Monochromatic Colors of #7FE737
Black with #7FE737
Text Example
Text Example
White with #7FE737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE737; }
p { color: rgb(127,231,55); }
H1.HeaderClassName
{
color: #7FE737;
}
.AnyTagClassName
{
color: #7FE737;
}
</style>
background-color css
<style>
a { background-color: #7FE737; }
a { background-color: rgb(127,231,55); }
div.DivClassName
{
background-color: #7FE737;
}
.BgClassName
{
background-color: #7FE737;
}
</style>
border-color css
<style>
span { border-color: #7FE737; }
span { border-color: rgb(127,231,55); }
td.TdClassName
{
border-color: #7FE737;
}
.TagClassName
{
border-color: #7FE737;
}
</style>