Shades of Lima #7FBD09
Tints of Lima #7FBD09
RGB
CMYK
RGB Variations
Color information
#7FBD09 (or 0x7FBD09) is known color: Lima. HEX triplet: 7F, BD and 09. RGB value is (127,189,9). Sum of RGB (Red+Green+Blue) = 127+189+9=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 189 (74.22% from 255 or 58.15% from 325); Blue value is 9 (3.91% from 255 or 2.77% from 325); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBD09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FBD09 is #8042F6. Grayscale: #969696. Windows color (decimal): -8405751 or 638335. OLE color: 638335.
HSL color Cylindrical-coordinate representation of color #7FBD09: hue angle of 80.67º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7FBD09 is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 189 | 9 | - |
| CMYK | 0.33 | 0 | 0.95 | 0.26 |
| HSL | 80.67º | 0.91% | 0.39% | - |
| HSV(B) | 80.67º | 0.95% | 0.74% | - |
| XYZ | 27 | 40.93 | 6.74 | - |
| YUV | 149.94 | 48.46 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 189 | 9 | 0.33 | 0 | 0.95 | 0.26 | 80.67 | 0.91 | 0.39 |
| Hex | 7F | BD | 9 | 21 | 0 | 5F | 1A | 51 | 5B | 27 |
| Octal | 177 | 275 | 11 | 41 | 0 | 137 | 32 | 121 | 133 | 47 |
| Binary | 1111111 | 10111101 | 1001 | 100001 | 0 | 1011111 | 11010 | 1010001 | 1011011 | 100111 |
Color Harmonies of #7FBD09
Complementary color
Monochromatic Colors of #7FBD09
Black with #7FBD09
Text Example
Text Example
White with #7FBD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBD09; }
p { color: rgb(127,189,9); }
H1.HeaderClassName
{
color: #7FBD09;
}
.AnyTagClassName
{
color: #7FBD09;
}
</style>
background-color css
<style>
a { background-color: #7FBD09; }
a { background-color: rgb(127,189,9); }
div.DivClassName
{
background-color: #7FBD09;
}
.BgClassName
{
background-color: #7FBD09;
}
</style>
border-color css
<style>
span { border-color: #7FBD09; }
span { border-color: rgb(127,189,9); }
td.TdClassName
{
border-color: #7FBD09;
}
.TagClassName
{
border-color: #7FBD09;
}
</style>