Shades of Atlantis #7FEF44
Tints of Atlantis #7FEF44
RGB
CMYK
RGB Variations
Color information
#7FEF44 (or 0x7FEF44) is known color: Atlantis. HEX triplet: 7F, EF and 44. RGB value is (127,239,68). Sum of RGB (Red+Green+Blue) = 127+239+68=434 (57% of max value = 765). Red value is 127 (50% from 255 or 29.26% from 434); Green value is 239 (93.75% from 255 or 55.07% from 434); Blue value is 68 (26.95% from 255 or 15.67% from 434); Max value from RGB is 239 - color contains mainly: green. Hex color #7FEF44 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FEF44 is #8010BB. Grayscale: #BABABA. Windows color (decimal): -8392892 or 4517759. OLE color: 4517759.
HSL color Cylindrical-coordinate representation of color #7FEF44: hue angle of 99.3º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7FEF44 is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 127 | 239 | 68 | - |
| CMYK | 0.47 | 0 | 0.72 | 0.06 |
| HSL | 99.3º | 0.84% | 0.6% | - |
| HSV(B) | 99.3º | 0.72% | 0.94% | - |
| XYZ | 40.66 | 66.66 | 16.19 | - |
| YUV | 186.02 | 61.39 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 239 | 68 | 0.47 | 0 | 0.72 | 0.06 | 99.3 | 0.84 | 0.6 |
| Hex | 7F | EF | 44 | 2F | 0 | 48 | 6 | 63 | 54 | 3C |
| Octal | 177 | 357 | 104 | 57 | 0 | 110 | 6 | 143 | 124 | 74 |
| Binary | 1111111 | 11101111 | 1000100 | 101111 | 0 | 1001000 | 110 | 1100011 | 1010100 | 111100 |
Color Harmonies of #7FEF44
Complementary color
Monochromatic Colors of #7FEF44
Black with #7FEF44
Text Example
Text Example
White with #7FEF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEF44; }
p { color: rgb(127,239,68); }
H1.HeaderClassName
{
color: #7FEF44;
}
.AnyTagClassName
{
color: #7FEF44;
}
</style>
background-color css
<style>
a { background-color: #7FEF44; }
a { background-color: rgb(127,239,68); }
div.DivClassName
{
background-color: #7FEF44;
}
.BgClassName
{
background-color: #7FEF44;
}
</style>
border-color css
<style>
span { border-color: #7FEF44; }
span { border-color: rgb(127,239,68); }
td.TdClassName
{
border-color: #7FEF44;
}
.TagClassName
{
border-color: #7FEF44;
}
</style>