Shades of Lima #7FBC10
Tints of Lima #7FBC10
RGB
CMYK
RGB Variations
Color information
#7FBC10 (or 0x7FBC10) is known color: Lima. HEX triplet: 7F, BC and 10. RGB value is (127,188,16). Sum of RGB (Red+Green+Blue) = 127+188+16=331 (43% of max value = 765). Red value is 127 (50% from 255 or 38.37% from 331); Green value is 188 (73.83% from 255 or 56.80% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FBC10 is #8043EF. Grayscale: #969696. Windows color (decimal): -8406000 or 1096831. OLE color: 1096831.
HSL color Cylindrical-coordinate representation of color #7FBC10: hue angle of 81.28º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7FBC10 is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 188 | 16 | - |
| CMYK | 0.32 | 0 | 0.91 | 0.26 |
| HSL | 81.28º | 0.84% | 0.4% | - |
| HSV(B) | 81.28º | 0.91% | 0.74% | - |
| XYZ | 26.83 | 40.52 | 6.9 | - |
| YUV | 150.15 | 52.29 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 16 | 0.32 | 0 | 0.91 | 0.26 | 81.28 | 0.84 | 0.4 |
| Hex | 7F | BC | 10 | 20 | 0 | 5B | 1A | 51 | 54 | 28 |
| Octal | 177 | 274 | 20 | 40 | 0 | 133 | 32 | 121 | 124 | 50 |
| Binary | 1111111 | 10111100 | 10000 | 100000 | 0 | 1011011 | 11010 | 1010001 | 1010100 | 101000 |
Color Harmonies of #7FBC10
Complementary color
Monochromatic Colors of #7FBC10
Black with #7FBC10
Text Example
Text Example
White with #7FBC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBC10; }
p { color: rgb(127,188,16); }
H1.HeaderClassName
{
color: #7FBC10;
}
.AnyTagClassName
{
color: #7FBC10;
}
</style>
background-color css
<style>
a { background-color: #7FBC10; }
a { background-color: rgb(127,188,16); }
div.DivClassName
{
background-color: #7FBC10;
}
.BgClassName
{
background-color: #7FBC10;
}
</style>
border-color css
<style>
span { border-color: #7FBC10; }
span { border-color: rgb(127,188,16); }
td.TdClassName
{
border-color: #7FBC10;
}
.TagClassName
{
border-color: #7FBC10;
}
</style>