Shades of Lima #7FBD12
Tints of Lima #7FBD12
RGB
CMYK
RGB Variations
Color information
#7FBD12 (or 0x7FBD12) is known color: Lima. HEX triplet: 7F, BD and 12. RGB value is (127,189,18). Sum of RGB (Red+Green+Blue) = 127+189+18=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 189 (74.22% from 255 or 56.59% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBD12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FBD12 is #8042ED. Grayscale: #979797. Windows color (decimal): -8405742 or 1228159. OLE color: 1228159.
HSL color Cylindrical-coordinate representation of color #7FBD12: hue angle of 81.75º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7FBD12 is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 189 | 18 | - |
| CMYK | 0.33 | 0 | 0.90 | 0.26 |
| HSL | 81.75º | 0.83% | 0.41% | - |
| HSV(B) | 81.75º | 0.9% | 0.74% | - |
| XYZ | 27.06 | 40.95 | 7.05 | - |
| YUV | 150.97 | 52.96 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 189 | 18 | 0.33 | 0 | 0.90 | 0.26 | 81.75 | 0.83 | 0.41 |
| Hex | 7F | BD | 12 | 21 | 0 | 5A | 1A | 52 | 53 | 29 |
| Octal | 177 | 275 | 22 | 41 | 0 | 132 | 32 | 122 | 123 | 51 |
| Binary | 1111111 | 10111101 | 10010 | 100001 | 0 | 1011010 | 11010 | 1010010 | 1010011 | 101001 |
Color Harmonies of #7FBD12
Complementary color
Monochromatic Colors of #7FBD12
Black with #7FBD12
Text Example
Text Example
White with #7FBD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBD12; }
p { color: rgb(127,189,18); }
H1.HeaderClassName
{
color: #7FBD12;
}
.AnyTagClassName
{
color: #7FBD12;
}
</style>
background-color css
<style>
a { background-color: #7FBD12; }
a { background-color: rgb(127,189,18); }
div.DivClassName
{
background-color: #7FBD12;
}
.BgClassName
{
background-color: #7FBD12;
}
</style>
border-color css
<style>
span { border-color: #7FBD12; }
span { border-color: rgb(127,189,18); }
td.TdClassName
{
border-color: #7FBD12;
}
.TagClassName
{
border-color: #7FBD12;
}
</style>