Shades of Atlantis #7FEA41
Tints of Atlantis #7FEA41
RGB
CMYK
RGB Variations
Color information
#7FEA41 (or 0x7FEA41) is known color: Atlantis. HEX triplet: 7F, EA and 41. RGB value is (127,234,65). Sum of RGB (Red+Green+Blue) = 127+234+65=426 (56% of max value = 765). Red value is 127 (50% from 255 or 29.81% from 426); Green value is 234 (91.80% from 255 or 54.93% from 426); Blue value is 65 (25.78% from 255 or 15.26% from 426); Max value from RGB is 234 - color contains mainly: green. Hex color #7FEA41 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FEA41 is #8015BE. Grayscale: #B7B7B7. Windows color (decimal): -8394175 or 4319871. OLE color: 4319871.
HSL color Cylindrical-coordinate representation of color #7FEA41: hue angle of 97.99º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7FEA41 is Cyan = 0.46, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 127 | 234 | 65 | - |
| CMYK | 0.46 | 0 | 0.72 | 0.08 |
| HSL | 97.99º | 0.8% | 0.59% | - |
| HSV(B) | 97.99º | 0.72% | 0.92% | - |
| XYZ | 39.13 | 63.74 | 15.24 | - |
| YUV | 182.74 | 61.55 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 234 | 65 | 0.46 | 0 | 0.72 | 0.08 | 97.99 | 0.8 | 0.59 |
| Hex | 7F | EA | 41 | 2E | 0 | 48 | 8 | 62 | 50 | 3B |
| Octal | 177 | 352 | 101 | 56 | 0 | 110 | 10 | 142 | 120 | 73 |
| Binary | 1111111 | 11101010 | 1000001 | 101110 | 0 | 1001000 | 1000 | 1100010 | 1010000 | 111011 |
Color Harmonies of #7FEA41
Complementary color
Monochromatic Colors of #7FEA41
Black with #7FEA41
Text Example
Text Example
White with #7FEA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEA41; }
p { color: rgb(127,234,65); }
H1.HeaderClassName
{
color: #7FEA41;
}
.AnyTagClassName
{
color: #7FEA41;
}
</style>
background-color css
<style>
a { background-color: #7FEA41; }
a { background-color: rgb(127,234,65); }
div.DivClassName
{
background-color: #7FEA41;
}
.BgClassName
{
background-color: #7FEA41;
}
</style>
border-color css
<style>
span { border-color: #7FEA41; }
span { border-color: rgb(127,234,65); }
td.TdClassName
{
border-color: #7FEA41;
}
.TagClassName
{
border-color: #7FEA41;
}
</style>