Shades of Atlantis #7FEC32
Tints of Atlantis #7FEC32
RGB
CMYK
RGB Variations
Color information
#7FEC32 (or 0x7FEC32) is known color: Atlantis. HEX triplet: 7F, EC and 32. RGB value is (127,236,50). Sum of RGB (Red+Green+Blue) = 127+236+50=413 (54% of max value = 765). Red value is 127 (50% from 255 or 30.75% from 413); Green value is 236 (92.58% from 255 or 57.14% from 413); Blue value is 50 (19.92% from 255 or 12.11% from 413); Max value from RGB is 236 - color contains mainly: green. Hex color #7FEC32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FEC32 is #8013CD. Grayscale: #B6B6B6. Windows color (decimal): -8393678 or 3337343. OLE color: 3337343.
HSL color Cylindrical-coordinate representation of color #7FEC32: hue angle of 95.16º degrees, saturation: 0.83, 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 #7FEC32 is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
RGB | 127 | 236 | 50 | - |
CMYK | 0.46 | 0 | 0.79 | 0.07 |
HSL | 95.16º | 0.83% | 0.56% | - |
HSV(B) | 95.16º | 0.79% | 0.93% | - |
XYZ | 39.32 | 64.73 | 13.44 | - |
YUV | 182.21 | 53.39 | 88.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 127 | 236 | 50 | 0.46 | 0 | 0.79 | 0.07 | 95.16 | 0.83 | 0.56 |
Hex | 7F | EC | 32 | 2E | 0 | 4F | 7 | 5F | 53 | 38 |
Octal | 177 | 354 | 62 | 56 | 0 | 117 | 7 | 137 | 123 | 70 |
Binary | 1111111 | 11101100 | 110010 | 101110 | 0 | 1001111 | 111 | 1011111 | 1010011 | 111000 |
Color Harmonies of #7FEC32
Complementary color
Monochromatic Colors of #7FEC32
Black with #7FEC32
Text Example
Text Example
White with #7FEC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEC32; }
p { color: rgb(127,236,50); }
H1.HeaderClassName
{
color: #7FEC32;
}
.AnyTagClassName
{
color: #7FEC32;
}
</style>
background-color css
<style>
a { background-color: #7FEC32; }
a { background-color: rgb(127,236,50); }
div.DivClassName
{
background-color: #7FEC32;
}
.BgClassName
{
background-color: #7FEC32;
}
</style>
border-color css
<style>
span { border-color: #7FEC32; }
span { border-color: rgb(127,236,50); }
td.TdClassName
{
border-color: #7FEC32;
}
.TagClassName
{
border-color: #7FEC32;
}
</style>