Shades of Atlantis #7FEE39
Tints of Atlantis #7FEE39
RGB
CMYK
RGB Variations
Color information
#7FEE39 (or 0x7FEE39) is known color: Atlantis. HEX triplet: 7F, EE and 39. RGB value is (127,238,57). Sum of RGB (Red+Green+Blue) = 127+238+57=422 (55% of max value = 765). Red value is 127 (50% from 255 or 30.09% from 422); Green value is 238 (93.36% from 255 or 56.40% from 422); Blue value is 57 (22.66% from 255 or 13.51% from 422); Max value from RGB is 238 - color contains mainly: green. Hex color #7FEE39 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FEE39 is #8011C6. Grayscale: #B8B8B8. Windows color (decimal): -8393159 or 3796607. OLE color: 3796607.
HSL color Cylindrical-coordinate representation of color #7FEE39: hue angle of 96.8º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7FEE39 is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 238 | 57 | - |
| CMYK | 0.47 | 0 | 0.76 | 0.07 |
| HSL | 96.8º | 0.84% | 0.58% | - |
| HSV(B) | 96.8º | 0.76% | 0.93% | - |
| XYZ | 40.07 | 65.96 | 14.49 | - |
| YUV | 184.18 | 56.23 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 238 | 57 | 0.47 | 0 | 0.76 | 0.07 | 96.8 | 0.84 | 0.58 |
| Hex | 7F | EE | 39 | 2F | 0 | 4C | 7 | 61 | 54 | 3A |
| Octal | 177 | 356 | 71 | 57 | 0 | 114 | 7 | 141 | 124 | 72 |
| Binary | 1111111 | 11101110 | 111001 | 101111 | 0 | 1001100 | 111 | 1100001 | 1010100 | 111010 |
Color Harmonies of #7FEE39
Complementary color
Monochromatic Colors of #7FEE39
Black with #7FEE39
Text Example
Text Example
White with #7FEE39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEE39; }
p { color: rgb(127,238,57); }
H1.HeaderClassName
{
color: #7FEE39;
}
.AnyTagClassName
{
color: #7FEE39;
}
</style>
background-color css
<style>
a { background-color: #7FEE39; }
a { background-color: rgb(127,238,57); }
div.DivClassName
{
background-color: #7FEE39;
}
.BgClassName
{
background-color: #7FEE39;
}
</style>
border-color css
<style>
span { border-color: #7FEE39; }
span { border-color: rgb(127,238,57); }
td.TdClassName
{
border-color: #7FEE39;
}
.TagClassName
{
border-color: #7FEE39;
}
</style>