Shades of Atlantis #7FE736
Tints of Atlantis #7FE736
RGB
CMYK
RGB Variations
Color information
#7FE736 (or 0x7FE736) is known color: Atlantis. HEX triplet: 7F, E7 and 36. RGB value is (127,231,54). Sum of RGB (Red+Green+Blue) = 127+231+54=412 (54% of max value = 765). Red value is 127 (50% from 255 or 30.83% from 412); Green value is 231 (90.62% from 255 or 56.07% from 412); Blue value is 54 (21.48% from 255 or 13.11% from 412); Max value from RGB is 231 - color contains mainly: green. Hex color #7FE736 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FE736 is #8018C9. Grayscale: #B4B4B4. Windows color (decimal): -8394954 or 3598207. OLE color: 3598207.
HSL color Cylindrical-coordinate representation of color #7FE736: hue angle of 95.25º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7FE736 is Cyan = 0.45, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 231 | 54 | - |
| CMYK | 0.45 | 0 | 0.77 | 0.09 |
| HSL | 95.25º | 0.79% | 0.56% | - |
| HSV(B) | 95.25º | 0.77% | 0.91% | - |
| XYZ | 37.99 | 61.93 | 13.44 | - |
| YUV | 179.73 | 57.04 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 231 | 54 | 0.45 | 0 | 0.77 | 0.09 | 95.25 | 0.79 | 0.56 |
| Hex | 7F | E7 | 36 | 2D | 0 | 4D | 9 | 5F | 4F | 38 |
| Octal | 177 | 347 | 66 | 55 | 0 | 115 | 11 | 137 | 117 | 70 |
| Binary | 1111111 | 11100111 | 110110 | 101101 | 0 | 1001101 | 1001 | 1011111 | 1001111 | 111000 |
Color Harmonies of #7FE736
Complementary color
Monochromatic Colors of #7FE736
Black with #7FE736
Text Example
Text Example
White with #7FE736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE736; }
p { color: rgb(127,231,54); }
H1.HeaderClassName
{
color: #7FE736;
}
.AnyTagClassName
{
color: #7FE736;
}
</style>
background-color css
<style>
a { background-color: #7FE736; }
a { background-color: rgb(127,231,54); }
div.DivClassName
{
background-color: #7FE736;
}
.BgClassName
{
background-color: #7FE736;
}
</style>
border-color css
<style>
span { border-color: #7FE736; }
span { border-color: rgb(127,231,54); }
td.TdClassName
{
border-color: #7FE736;
}
.TagClassName
{
border-color: #7FE736;
}
</style>