Shades of Atlantis #7FEF41
Tints of Atlantis #7FEF41
RGB
CMYK
RGB Variations
Color information
#7FEF41 (or 0x7FEF41) is known color: Atlantis. HEX triplet: 7F, EF and 41. RGB value is (127,239,65). Sum of RGB (Red+Green+Blue) = 127+239+65=431 (57% of max value = 765). Red value is 127 (50% from 255 or 29.47% from 431); Green value is 239 (93.75% from 255 or 55.45% from 431); Blue value is 65 (25.78% from 255 or 15.08% from 431); Max value from RGB is 239 - color contains mainly: green. Hex color #7FEF41 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FEF41 is #8010BE. Grayscale: #BABABA. Windows color (decimal): -8392895 or 4321151. OLE color: 4321151.
HSL color Cylindrical-coordinate representation of color #7FEF41: hue angle of 98.62º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7FEF41 is Cyan = 0.47, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 127 | 239 | 65 | - |
| CMYK | 0.47 | 0 | 0.73 | 0.06 |
| HSL | 98.62º | 0.84% | 0.6% | - |
| HSV(B) | 98.62º | 0.73% | 0.94% | - |
| XYZ | 40.57 | 66.63 | 15.72 | - |
| YUV | 185.68 | 59.89 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 239 | 65 | 0.47 | 0 | 0.73 | 0.06 | 98.62 | 0.84 | 0.6 |
| Hex | 7F | EF | 41 | 2F | 0 | 49 | 6 | 63 | 54 | 3C |
| Octal | 177 | 357 | 101 | 57 | 0 | 111 | 6 | 143 | 124 | 74 |
| Binary | 1111111 | 11101111 | 1000001 | 101111 | 0 | 1001001 | 110 | 1100011 | 1010100 | 111100 |
Color Harmonies of #7FEF41
Complementary color
Monochromatic Colors of #7FEF41
Black with #7FEF41
Text Example
Text Example
White with #7FEF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEF41; }
p { color: rgb(127,239,65); }
H1.HeaderClassName
{
color: #7FEF41;
}
.AnyTagClassName
{
color: #7FEF41;
}
</style>
background-color css
<style>
a { background-color: #7FEF41; }
a { background-color: rgb(127,239,65); }
div.DivClassName
{
background-color: #7FEF41;
}
.BgClassName
{
background-color: #7FEF41;
}
</style>
border-color css
<style>
span { border-color: #7FEF41; }
span { border-color: rgb(127,239,65); }
td.TdClassName
{
border-color: #7FEF41;
}
.TagClassName
{
border-color: #7FEF41;
}
</style>