Shades of Atlantis #7FF242
Tints of Atlantis #7FF242
RGB
CMYK
RGB Variations
Color information
#7FF242 (or 0x7FF242) is known color: Atlantis. HEX triplet: 7F, F2 and 42. RGB value is (127,242,66). Sum of RGB (Red+Green+Blue) = 127+242+66=435 (57% of max value = 765). Red value is 127 (50% from 255 or 29.20% from 435); Green value is 242 (94.92% from 255 or 55.63% from 435); Blue value is 66 (26.17% from 255 or 15.17% from 435); Max value from RGB is 242 - color contains mainly: green. Hex color #7FF242 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FF242 is #800DBD. Grayscale: #BCBCBC. Windows color (decimal): -8392126 or 4387455. OLE color: 4387455.
HSL color Cylindrical-coordinate representation of color #7FF242: hue angle of 99.2º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7FF242 is Cyan = 0.48, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 127 | 242 | 66 | - |
| CMYK | 0.48 | 0 | 0.73 | 0.05 |
| HSL | 99.2º | 0.87% | 0.6% | - |
| HSV(B) | 99.2º | 0.73% | 0.95% | - |
| XYZ | 41.49 | 68.41 | 16.17 | - |
| YUV | 187.55 | 59.4 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 242 | 66 | 0.48 | 0 | 0.73 | 0.05 | 99.2 | 0.87 | 0.6 |
| Hex | 7F | F2 | 42 | 30 | 0 | 49 | 5 | 63 | 57 | 3C |
| Octal | 177 | 362 | 102 | 60 | 0 | 111 | 5 | 143 | 127 | 74 |
| Binary | 1111111 | 11110010 | 1000010 | 110000 | 0 | 1001001 | 101 | 1100011 | 1010111 | 111100 |
Color Harmonies of #7FF242
Complementary color
Monochromatic Colors of #7FF242
Black with #7FF242
Text Example
Text Example
White with #7FF242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF242; }
p { color: rgb(127,242,66); }
H1.HeaderClassName
{
color: #7FF242;
}
.AnyTagClassName
{
color: #7FF242;
}
</style>
background-color css
<style>
a { background-color: #7FF242; }
a { background-color: rgb(127,242,66); }
div.DivClassName
{
background-color: #7FF242;
}
.BgClassName
{
background-color: #7FF242;
}
</style>
border-color css
<style>
span { border-color: #7FF242; }
span { border-color: rgb(127,242,66); }
td.TdClassName
{
border-color: #7FF242;
}
.TagClassName
{
border-color: #7FF242;
}
</style>