Shades of Atlantis #7FE23F
Tints of Atlantis #7FE23F
RGB
CMYK
RGB Variations
Color information
#7FE23F (or 0x7FE23F) is known color: Atlantis. HEX triplet: 7F, E2 and 3F. RGB value is (127,226,63). Sum of RGB (Red+Green+Blue) = 127+226+63=416 (55% of max value = 765). Red value is 127 (50% from 255 or 30.53% from 416); Green value is 226 (88.67% from 255 or 54.33% from 416); Blue value is 63 (25% from 255 or 15.14% from 416); Max value from RGB is 226 - color contains mainly: green. Hex color #7FE23F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FE23F is #801DC0. Grayscale: #B2B2B2. Windows color (decimal): -8396225 or 4186751. OLE color: 4186751.
HSL color Cylindrical-coordinate representation of color #7FE23F: hue angle of 96.44º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7FE23F is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 127 | 226 | 63 | - |
| CMYK | 0.44 | 0 | 0.72 | 0.11 |
| HSL | 96.44º | 0.74% | 0.57% | - |
| HSV(B) | 96.44º | 0.72% | 0.89% | - |
| XYZ | 36.85 | 59.26 | 14.2 | - |
| YUV | 177.82 | 63.2 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 226 | 63 | 0.44 | 0 | 0.72 | 0.11 | 96.44 | 0.74 | 0.57 |
| Hex | 7F | E2 | 3F | 2C | 0 | 48 | B | 60 | 4A | 39 |
| Octal | 177 | 342 | 77 | 54 | 0 | 110 | 13 | 140 | 112 | 71 |
| Binary | 1111111 | 11100010 | 111111 | 101100 | 0 | 1001000 | 1011 | 1100000 | 1001010 | 111001 |
Color Harmonies of #7FE23F
Complementary color
Monochromatic Colors of #7FE23F
Black with #7FE23F
Text Example
Text Example
White with #7FE23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE23F; }
p { color: rgb(127,226,63); }
H1.HeaderClassName
{
color: #7FE23F;
}
.AnyTagClassName
{
color: #7FE23F;
}
</style>
background-color css
<style>
a { background-color: #7FE23F; }
a { background-color: rgb(127,226,63); }
div.DivClassName
{
background-color: #7FE23F;
}
.BgClassName
{
background-color: #7FE23F;
}
</style>
border-color css
<style>
span { border-color: #7FE23F; }
span { border-color: rgb(127,226,63); }
td.TdClassName
{
border-color: #7FE23F;
}
.TagClassName
{
border-color: #7FE23F;
}
</style>