Shades of Lima #7FBC08
Tints of Lima #7FBC08
RGB
CMYK
RGB Variations
Color information
#7FBC08 (or 0x7FBC08) is known color: Lima. HEX triplet: 7F, BC and 08. RGB value is (127,188,8). Sum of RGB (Red+Green+Blue) = 127+188+8=323 (42% of max value = 765). Red value is 127 (50% from 255 or 39.32% from 323); Green value is 188 (73.83% from 255 or 58.20% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FBC08 is #8043F7. Grayscale: #959595. Windows color (decimal): -8406008 or 572543. OLE color: 572543.
HSL color Cylindrical-coordinate representation of color #7FBC08: hue angle of 80.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7FBC08 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 188 | 8 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.26 |
| HSL | 80.33º | 0.92% | 0.38% | - |
| HSV(B) | 80.33º | 0.96% | 0.74% | - |
| XYZ | 26.78 | 40.5 | 6.63 | - |
| YUV | 149.24 | 48.29 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 8 | 0.32 | 0 | 0.96 | 0.26 | 80.33 | 0.92 | 0.38 |
| Hex | 7F | BC | 8 | 20 | 0 | 60 | 1A | 50 | 5C | 26 |
| Octal | 177 | 274 | 10 | 40 | 0 | 140 | 32 | 120 | 134 | 46 |
| Binary | 1111111 | 10111100 | 1000 | 100000 | 0 | 1100000 | 11010 | 1010000 | 1011100 | 100110 |
Color Harmonies of #7FBC08
Complementary color
Monochromatic Colors of #7FBC08
Black with #7FBC08
Text Example
Text Example
White with #7FBC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBC08; }
p { color: rgb(127,188,8); }
H1.HeaderClassName
{
color: #7FBC08;
}
.AnyTagClassName
{
color: #7FBC08;
}
</style>
background-color css
<style>
a { background-color: #7FBC08; }
a { background-color: rgb(127,188,8); }
div.DivClassName
{
background-color: #7FBC08;
}
.BgClassName
{
background-color: #7FBC08;
}
</style>
border-color css
<style>
span { border-color: #7FBC08; }
span { border-color: rgb(127,188,8); }
td.TdClassName
{
border-color: #7FBC08;
}
.TagClassName
{
border-color: #7FBC08;
}
</style>