Shades of Lima #7FBF10
Tints of Lima #7FBF10
RGB
CMYK
RGB Variations
Color information
#7FBF10 (or 0x7FBF10) is known color: Lima. HEX triplet: 7F, BF and 10. RGB value is (127,191,16). Sum of RGB (Red+Green+Blue) = 127+191+16=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 191 (75% from 255 or 57.19% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 191 - color contains mainly: green. Hex color #7FBF10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FBF10 is #8040EF. Grayscale: #989898. Windows color (decimal): -8405232 or 1097599. OLE color: 1097599.
HSL color Cylindrical-coordinate representation of color #7FBF10: hue angle of 81.94º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7FBF10 is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 191 | 16 | - |
| CMYK | 0.34 | 0 | 0.92 | 0.25 |
| HSL | 81.94º | 0.85% | 0.41% | - |
| HSV(B) | 81.94º | 0.92% | 0.75% | - |
| XYZ | 27.48 | 41.81 | 7.11 | - |
| YUV | 151.91 | 51.3 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 191 | 16 | 0.34 | 0 | 0.92 | 0.25 | 81.94 | 0.85 | 0.41 |
| Hex | 7F | BF | 10 | 22 | 0 | 5C | 19 | 52 | 55 | 29 |
| Octal | 177 | 277 | 20 | 42 | 0 | 134 | 31 | 122 | 125 | 51 |
| Binary | 1111111 | 10111111 | 10000 | 100010 | 0 | 1011100 | 11001 | 1010010 | 1010101 | 101001 |
Color Harmonies of #7FBF10
Complementary color
Monochromatic Colors of #7FBF10
Black with #7FBF10
Text Example
Text Example
White with #7FBF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBF10; }
p { color: rgb(127,191,16); }
H1.HeaderClassName
{
color: #7FBF10;
}
.AnyTagClassName
{
color: #7FBF10;
}
</style>
background-color css
<style>
a { background-color: #7FBF10; }
a { background-color: rgb(127,191,16); }
div.DivClassName
{
background-color: #7FBF10;
}
.BgClassName
{
background-color: #7FBF10;
}
</style>
border-color css
<style>
span { border-color: #7FBF10; }
span { border-color: rgb(127,191,16); }
td.TdClassName
{
border-color: #7FBF10;
}
.TagClassName
{
border-color: #7FBF10;
}
</style>