Shades of Lima #7FC006
Tints of Lima #7FC006
RGB
CMYK
RGB Variations
Color information
#7FC006 (or 0x7FC006) is known color: Lima. HEX triplet: 7F, C0 and 06. RGB value is (127,192,6). Sum of RGB (Red+Green+Blue) = 127+192+6=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 192 (75.39% from 255 or 59.08% from 325); Blue value is 6 (2.73% from 255 or 1.85% from 325); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC006 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC006 is #803FF9. Grayscale: #989898. Windows color (decimal): -8404986 or 442495. OLE color: 442495.
HSL color Cylindrical-coordinate representation of color #7FC006: hue angle of 80.97º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7FC006 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 192 | 6 | - |
| CMYK | 0.34 | 0 | 0.97 | 0.25 |
| HSL | 80.97º | 0.94% | 0.39% | - |
| HSV(B) | 80.97º | 0.97% | 0.75% | - |
| XYZ | 27.63 | 42.22 | 6.87 | - |
| YUV | 151.36 | 45.97 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 192 | 6 | 0.34 | 0 | 0.97 | 0.25 | 80.97 | 0.94 | 0.39 |
| Hex | 7F | C0 | 6 | 22 | 0 | 61 | 19 | 51 | 5E | 27 |
| Octal | 177 | 300 | 6 | 42 | 0 | 141 | 31 | 121 | 136 | 47 |
| Binary | 1111111 | 11000000 | 110 | 100010 | 0 | 1100001 | 11001 | 1010001 | 1011110 | 100111 |
Color Harmonies of #7FC006
Complementary color
Monochromatic Colors of #7FC006
Black with #7FC006
Text Example
Text Example
White with #7FC006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC006; }
p { color: rgb(127,192,6); }
H1.HeaderClassName
{
color: #7FC006;
}
.AnyTagClassName
{
color: #7FC006;
}
</style>
background-color css
<style>
a { background-color: #7FC006; }
a { background-color: rgb(127,192,6); }
div.DivClassName
{
background-color: #7FC006;
}
.BgClassName
{
background-color: #7FC006;
}
</style>
border-color css
<style>
span { border-color: #7FC006; }
span { border-color: rgb(127,192,6); }
td.TdClassName
{
border-color: #7FC006;
}
.TagClassName
{
border-color: #7FC006;
}
</style>