Shades of Atlantis #7FE435
Tints of Atlantis #7FE435
RGB
CMYK
RGB Variations
Color information
#7FE435 (or 0x7FE435) is known color: Atlantis. HEX triplet: 7F, E4 and 35. RGB value is (127,228,53). Sum of RGB (Red+Green+Blue) = 127+228+53=408 (54% of max value = 765). Red value is 127 (50% from 255 or 31.13% from 408); Green value is 228 (89.45% from 255 or 55.88% from 408); Blue value is 53 (21.09% from 255 or 12.99% from 408); Max value from RGB is 228 - color contains mainly: green. Hex color #7FE435 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FE435 is #801BCA. Grayscale: #B2B2B2. Windows color (decimal): -8395723 or 3531903. OLE color: 3531903.
HSL color Cylindrical-coordinate representation of color #7FE435: hue angle of 94.63º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7FE435 is Cyan = 0.44, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 127 | 228 | 53 | - |
| CMYK | 0.44 | 0 | 0.77 | 0.11 |
| HSL | 94.63º | 0.76% | 0.55% | - |
| HSV(B) | 94.63º | 0.77% | 0.89% | - |
| XYZ | 37.14 | 60.26 | 13.04 | - |
| YUV | 177.85 | 57.54 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 228 | 53 | 0.44 | 0 | 0.77 | 0.11 | 94.63 | 0.76 | 0.55 |
| Hex | 7F | E4 | 35 | 2C | 0 | 4D | B | 5F | 4C | 37 |
| Octal | 177 | 344 | 65 | 54 | 0 | 115 | 13 | 137 | 114 | 67 |
| Binary | 1111111 | 11100100 | 110101 | 101100 | 0 | 1001101 | 1011 | 1011111 | 1001100 | 110111 |
Color Harmonies of #7FE435
Complementary color
Monochromatic Colors of #7FE435
Black with #7FE435
Text Example
Text Example
White with #7FE435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE435; }
p { color: rgb(127,228,53); }
H1.HeaderClassName
{
color: #7FE435;
}
.AnyTagClassName
{
color: #7FE435;
}
</style>
background-color css
<style>
a { background-color: #7FE435; }
a { background-color: rgb(127,228,53); }
div.DivClassName
{
background-color: #7FE435;
}
.BgClassName
{
background-color: #7FE435;
}
</style>
border-color css
<style>
span { border-color: #7FE435; }
span { border-color: rgb(127,228,53); }
td.TdClassName
{
border-color: #7FE435;
}
.TagClassName
{
border-color: #7FE435;
}
</style>