Shades of Atlantis #7FEB42
Tints of Atlantis #7FEB42
RGB
CMYK
RGB Variations
Color information
#7FEB42 (or 0x7FEB42) is known color: Atlantis. HEX triplet: 7F, EB and 42. RGB value is (127,235,66). Sum of RGB (Red+Green+Blue) = 127+235+66=428 (56% of max value = 765). Red value is 127 (50% from 255 or 29.67% from 428); Green value is 235 (92.19% from 255 or 54.91% from 428); Blue value is 66 (26.17% from 255 or 15.42% from 428); Max value from RGB is 235 - color contains mainly: green. Hex color #7FEB42 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FEB42 is #8014BD. Grayscale: #B8B8B8. Windows color (decimal): -8393918 or 4385663. OLE color: 4385663.
HSL color Cylindrical-coordinate representation of color #7FEB42: hue angle of 98.34º degrees, saturation: 0.81, 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 #7FEB42 is Cyan = 0.46, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 127 | 235 | 66 | - |
| CMYK | 0.46 | 0 | 0.72 | 0.08 |
| HSL | 98.34º | 0.81% | 0.59% | - |
| HSV(B) | 98.34º | 0.72% | 0.92% | - |
| XYZ | 39.44 | 64.32 | 15.49 | - |
| YUV | 183.44 | 61.72 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 235 | 66 | 0.46 | 0 | 0.72 | 0.08 | 98.34 | 0.81 | 0.59 |
| Hex | 7F | EB | 42 | 2E | 0 | 48 | 8 | 62 | 51 | 3B |
| Octal | 177 | 353 | 102 | 56 | 0 | 110 | 10 | 142 | 121 | 73 |
| Binary | 1111111 | 11101011 | 1000010 | 101110 | 0 | 1001000 | 1000 | 1100010 | 1010001 | 111011 |
Color Harmonies of #7FEB42
Complementary color
Monochromatic Colors of #7FEB42
Black with #7FEB42
Text Example
Text Example
White with #7FEB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEB42; }
p { color: rgb(127,235,66); }
H1.HeaderClassName
{
color: #7FEB42;
}
.AnyTagClassName
{
color: #7FEB42;
}
</style>
background-color css
<style>
a { background-color: #7FEB42; }
a { background-color: rgb(127,235,66); }
div.DivClassName
{
background-color: #7FEB42;
}
.BgClassName
{
background-color: #7FEB42;
}
</style>
border-color css
<style>
span { border-color: #7FEB42; }
span { border-color: rgb(127,235,66); }
td.TdClassName
{
border-color: #7FEB42;
}
.TagClassName
{
border-color: #7FEB42;
}
</style>