Shades of Lima #7FC810
Tints of Lima #7FC810
RGB
CMYK
RGB Variations
Color information
#7FC810 (or 0x7FC810) is known color: Lima. HEX triplet: 7F, C8 and 10. RGB value is (127,200,16). Sum of RGB (Red+Green+Blue) = 127+200+16=343 (45% of max value = 765). Red value is 127 (50% from 255 or 37.03% from 343); Green value is 200 (78.52% from 255 or 58.31% from 343); Blue value is 16 (6.64% from 255 or 4.66% from 343); Max value from RGB is 200 - color contains mainly: green. Hex color #7FC810 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC810 is #8037EF. Grayscale: #9D9D9D. Windows color (decimal): -8402928 or 1099903. OLE color: 1099903.
HSL color Cylindrical-coordinate representation of color #7FC810: hue angle of 83.8º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7FC810 is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 127 | 200 | 16 | - |
| CMYK | 0.36 | 0 | 0.92 | 0.22 |
| HSL | 83.8º | 0.85% | 0.42% | - |
| HSV(B) | 83.8º | 0.92% | 0.78% | - |
| XYZ | 29.5 | 45.86 | 7.79 | - |
| YUV | 157.2 | 48.32 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 200 | 16 | 0.36 | 0 | 0.92 | 0.22 | 83.8 | 0.85 | 0.42 |
| Hex | 7F | C8 | 10 | 24 | 0 | 5C | 16 | 54 | 55 | 2A |
| Octal | 177 | 310 | 20 | 44 | 0 | 134 | 26 | 124 | 125 | 52 |
| Binary | 1111111 | 11001000 | 10000 | 100100 | 0 | 1011100 | 10110 | 1010100 | 1010101 | 101010 |
Color Harmonies of #7FC810
Complementary color
Monochromatic Colors of #7FC810
Black with #7FC810
Text Example
Text Example
White with #7FC810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC810; }
p { color: rgb(127,200,16); }
H1.HeaderClassName
{
color: #7FC810;
}
.AnyTagClassName
{
color: #7FC810;
}
</style>
background-color css
<style>
a { background-color: #7FC810; }
a { background-color: rgb(127,200,16); }
div.DivClassName
{
background-color: #7FC810;
}
.BgClassName
{
background-color: #7FC810;
}
</style>
border-color css
<style>
span { border-color: #7FC810; }
span { border-color: rgb(127,200,16); }
td.TdClassName
{
border-color: #7FC810;
}
.TagClassName
{
border-color: #7FC810;
}
</style>