Shades of Atlantis #7FED45
Tints of Atlantis #7FED45
RGB
CMYK
RGB Variations
Color information
#7FED45 (or 0x7FED45) is known color: Atlantis. HEX triplet: 7F, ED and 45. RGB value is (127,237,69). Sum of RGB (Red+Green+Blue) = 127+237+69=433 (57% of max value = 765). Red value is 127 (50% from 255 or 29.33% from 433); Green value is 237 (92.97% from 255 or 54.73% from 433); Blue value is 69 (27.34% from 255 or 15.94% from 433); Max value from RGB is 237 - color contains mainly: green. Hex color #7FED45 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FED45 is #8012BA. Grayscale: #B9B9B9. Windows color (decimal): -8393403 or 4582783. OLE color: 4582783.
HSL color Cylindrical-coordinate representation of color #7FED45: hue angle of 99.29º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7FED45 is Cyan = 0.46, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 237 | 69 | - |
| CMYK | 0.46 | 0 | 0.71 | 0.07 |
| HSL | 99.29º | 0.82% | 0.6% | - |
| HSV(B) | 99.29º | 0.71% | 0.93% | - |
| XYZ | 40.11 | 65.51 | 16.16 | - |
| YUV | 184.96 | 62.56 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 237 | 69 | 0.46 | 0 | 0.71 | 0.07 | 99.29 | 0.82 | 0.6 |
| Hex | 7F | ED | 45 | 2E | 0 | 47 | 7 | 63 | 52 | 3C |
| Octal | 177 | 355 | 105 | 56 | 0 | 107 | 7 | 143 | 122 | 74 |
| Binary | 1111111 | 11101101 | 1000101 | 101110 | 0 | 1000111 | 111 | 1100011 | 1010010 | 111100 |
Color Harmonies of #7FED45
Complementary color
Monochromatic Colors of #7FED45
Black with #7FED45
Text Example
Text Example
White with #7FED45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FED45; }
p { color: rgb(127,237,69); }
H1.HeaderClassName
{
color: #7FED45;
}
.AnyTagClassName
{
color: #7FED45;
}
</style>
background-color css
<style>
a { background-color: #7FED45; }
a { background-color: rgb(127,237,69); }
div.DivClassName
{
background-color: #7FED45;
}
.BgClassName
{
background-color: #7FED45;
}
</style>
border-color css
<style>
span { border-color: #7FED45; }
span { border-color: rgb(127,237,69); }
td.TdClassName
{
border-color: #7FED45;
}
.TagClassName
{
border-color: #7FED45;
}
</style>