Shades of Atlantis #7FE636
Tints of Atlantis #7FE636
RGB
CMYK
RGB Variations
Color information
#7FE636 (or 0x7FE636) is known color: Atlantis. HEX triplet: 7F, E6 and 36. RGB value is (127,230,54). Sum of RGB (Red+Green+Blue) = 127+230+54=411 (54% of max value = 765). Red value is 127 (50% from 255 or 30.90% from 411); Green value is 230 (90.23% from 255 or 55.96% from 411); Blue value is 54 (21.48% from 255 or 13.14% from 411); Max value from RGB is 230 - color contains mainly: green. Hex color #7FE636 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FE636 is #8019C9. Grayscale: #B3B3B3. Windows color (decimal): -8395210 or 3597951. OLE color: 3597951.
HSL color Cylindrical-coordinate representation of color #7FE636: hue angle of 95.11º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7FE636 is Cyan = 0.45, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 127 | 230 | 54 | - |
| CMYK | 0.45 | 0 | 0.77 | 0.10 |
| HSL | 95.11º | 0.78% | 0.56% | - |
| HSV(B) | 95.11º | 0.77% | 0.9% | - |
| XYZ | 37.72 | 61.37 | 13.35 | - |
| YUV | 179.14 | 57.38 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 230 | 54 | 0.45 | 0 | 0.77 | 0.10 | 95.11 | 0.78 | 0.56 |
| Hex | 7F | E6 | 36 | 2D | 0 | 4D | A | 5F | 4E | 38 |
| Octal | 177 | 346 | 66 | 55 | 0 | 115 | 12 | 137 | 116 | 70 |
| Binary | 1111111 | 11100110 | 110110 | 101101 | 0 | 1001101 | 1010 | 1011111 | 1001110 | 111000 |
Color Harmonies of #7FE636
Complementary color
Monochromatic Colors of #7FE636
Black with #7FE636
Text Example
Text Example
White with #7FE636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE636; }
p { color: rgb(127,230,54); }
H1.HeaderClassName
{
color: #7FE636;
}
.AnyTagClassName
{
color: #7FE636;
}
</style>
background-color css
<style>
a { background-color: #7FE636; }
a { background-color: rgb(127,230,54); }
div.DivClassName
{
background-color: #7FE636;
}
.BgClassName
{
background-color: #7FE636;
}
</style>
border-color css
<style>
span { border-color: #7FE636; }
span { border-color: rgb(127,230,54); }
td.TdClassName
{
border-color: #7FE636;
}
.TagClassName
{
border-color: #7FE636;
}
</style>