Shades of Lima #7FB435
Tints of Lima #7FB435
RGB
CMYK
RGB Variations
Color information
#7FB435 (or 0x7FB435) is known color: Lima. HEX triplet: 7F, B4 and 35. RGB value is (127,180,53). Sum of RGB (Red+Green+Blue) = 127+180+53=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 180 (70.70% from 255 or 50% from 360); Blue value is 53 (21.09% from 255 or 14.72% from 360); Max value from RGB is 180 - color contains mainly: green. Hex color #7FB435 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB435 is #804BCA. Grayscale: #969696. Windows color (decimal): -8408011 or 3519615. OLE color: 3519615.
HSL color Cylindrical-coordinate representation of color #7FB435: hue angle of 85.04º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7FB435 is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 180 | 53 | - |
| CMYK | 0.29 | 0 | 0.71 | 0.29 |
| HSL | 85.04º | 0.55% | 0.46% | - |
| HSV(B) | 85.04º | 0.71% | 0.71% | - |
| XYZ | 25.72 | 37.41 | 9.23 | - |
| YUV | 149.68 | 73.44 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 180 | 53 | 0.29 | 0 | 0.71 | 0.29 | 85.04 | 0.55 | 0.46 |
| Hex | 7F | B4 | 35 | 1D | 0 | 47 | 1D | 55 | 37 | 2E |
| Octal | 177 | 264 | 65 | 35 | 0 | 107 | 35 | 125 | 67 | 56 |
| Binary | 1111111 | 10110100 | 110101 | 11101 | 0 | 1000111 | 11101 | 1010101 | 110111 | 101110 |
Color Harmonies of #7FB435
Complementary color
Monochromatic Colors of #7FB435
Black with #7FB435
Text Example
Text Example
White with #7FB435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB435; }
p { color: rgb(127,180,53); }
H1.HeaderClassName
{
color: #7FB435;
}
.AnyTagClassName
{
color: #7FB435;
}
</style>
background-color css
<style>
a { background-color: #7FB435; }
a { background-color: rgb(127,180,53); }
div.DivClassName
{
background-color: #7FB435;
}
.BgClassName
{
background-color: #7FB435;
}
</style>
border-color css
<style>
span { border-color: #7FB435; }
span { border-color: rgb(127,180,53); }
td.TdClassName
{
border-color: #7FB435;
}
.TagClassName
{
border-color: #7FB435;
}
</style>