Shades of Atlantis #7FEF32
Tints of Atlantis #7FEF32
RGB
CMYK
RGB Variations
Color information
#7FEF32 (or 0x7FEF32) is known color: Atlantis. HEX triplet: 7F, EF and 32. RGB value is (127,239,50). Sum of RGB (Red+Green+Blue) = 127+239+50=416 (55% of max value = 765). Red value is 127 (50% from 255 or 30.53% from 416); Green value is 239 (93.75% from 255 or 57.45% from 416); Blue value is 50 (19.92% from 255 or 12.02% from 416); Max value from RGB is 239 - color contains mainly: green. Hex color #7FEF32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FEF32 is #8010CD. Grayscale: #B8B8B8. Windows color (decimal): -8392910 or 3338111. OLE color: 3338111.
HSL color Cylindrical-coordinate representation of color #7FEF32: hue angle of 95.56º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7FEF32 is Cyan = 0.47, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 127 | 239 | 50 | - |
| CMYK | 0.47 | 0 | 0.79 | 0.06 |
| HSL | 95.56º | 0.86% | 0.57% | - |
| HSV(B) | 95.56º | 0.79% | 0.94% | - |
| XYZ | 40.19 | 66.48 | 13.73 | - |
| YUV | 183.97 | 52.39 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 239 | 50 | 0.47 | 0 | 0.79 | 0.06 | 95.56 | 0.86 | 0.57 |
| Hex | 7F | EF | 32 | 2F | 0 | 4F | 6 | 60 | 56 | 39 |
| Octal | 177 | 357 | 62 | 57 | 0 | 117 | 6 | 140 | 126 | 71 |
| Binary | 1111111 | 11101111 | 110010 | 101111 | 0 | 1001111 | 110 | 1100000 | 1010110 | 111001 |
Color Harmonies of #7FEF32
Complementary color
Monochromatic Colors of #7FEF32
Black with #7FEF32
Text Example
Text Example
White with #7FEF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEF32; }
p { color: rgb(127,239,50); }
H1.HeaderClassName
{
color: #7FEF32;
}
.AnyTagClassName
{
color: #7FEF32;
}
</style>
background-color css
<style>
a { background-color: #7FEF32; }
a { background-color: rgb(127,239,50); }
div.DivClassName
{
background-color: #7FEF32;
}
.BgClassName
{
background-color: #7FEF32;
}
</style>
border-color css
<style>
span { border-color: #7FEF32; }
span { border-color: rgb(127,239,50); }
td.TdClassName
{
border-color: #7FEF32;
}
.TagClassName
{
border-color: #7FEF32;
}
</style>