Shades of Atlantis #7FEE31
Tints of Atlantis #7FEE31
RGB
CMYK
RGB Variations
Color information
#7FEE31 (or 0x7FEE31) is known color: Atlantis. HEX triplet: 7F, EE and 31. RGB value is (127,238,49). Sum of RGB (Red+Green+Blue) = 127+238+49=414 (54% of max value = 765). Red value is 127 (50% from 255 or 30.68% from 414); Green value is 238 (93.36% from 255 or 57.49% from 414); Blue value is 49 (19.53% from 255 or 11.84% from 414); Max value from RGB is 238 - color contains mainly: green. Hex color #7FEE31 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FEE31 is #8011CE. Grayscale: #B7B7B7. Windows color (decimal): -8393167 or 3272319. OLE color: 3272319.
HSL color Cylindrical-coordinate representation of color #7FEE31: hue angle of 95.24º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7FEE31 is Cyan = 0.47, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 238 | 49 | - |
| CMYK | 0.47 | 0 | 0.79 | 0.07 |
| HSL | 95.24º | 0.85% | 0.56% | - |
| HSV(B) | 95.24º | 0.79% | 0.93% | - |
| XYZ | 39.88 | 65.88 | 13.52 | - |
| YUV | 183.27 | 52.23 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 238 | 49 | 0.47 | 0 | 0.79 | 0.07 | 95.24 | 0.85 | 0.56 |
| Hex | 7F | EE | 31 | 2F | 0 | 4F | 7 | 5F | 55 | 38 |
| Octal | 177 | 356 | 61 | 57 | 0 | 117 | 7 | 137 | 125 | 70 |
| Binary | 1111111 | 11101110 | 110001 | 101111 | 0 | 1001111 | 111 | 1011111 | 1010101 | 111000 |
Color Harmonies of #7FEE31
Complementary color
Monochromatic Colors of #7FEE31
Black with #7FEE31
Text Example
Text Example
White with #7FEE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEE31; }
p { color: rgb(127,238,49); }
H1.HeaderClassName
{
color: #7FEE31;
}
.AnyTagClassName
{
color: #7FEE31;
}
</style>
background-color css
<style>
a { background-color: #7FEE31; }
a { background-color: rgb(127,238,49); }
div.DivClassName
{
background-color: #7FEE31;
}
.BgClassName
{
background-color: #7FEE31;
}
</style>
border-color css
<style>
span { border-color: #7FEE31; }
span { border-color: rgb(127,238,49); }
td.TdClassName
{
border-color: #7FEE31;
}
.TagClassName
{
border-color: #7FEE31;
}
</style>