Shades of Lima #7FC526
Tints of Lima #7FC526
RGB
CMYK
RGB Variations
Color information
#7FC526 (or 0x7FC526) is known color: Lima. HEX triplet: 7F, C5 and 26. RGB value is (127,197,38). Sum of RGB (Red+Green+Blue) = 127+197+38=362 (47% of max value = 765). Red value is 127 (50% from 255 or 35.08% from 362); Green value is 197 (77.34% from 255 or 54.42% from 362); Blue value is 38 (15.23% from 255 or 10.50% from 362); Max value from RGB is 197 - color contains mainly: green. Hex color #7FC526 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FC526 is #803AD9. Grayscale: #9E9E9E. Windows color (decimal): -8403674 or 2540927. OLE color: 2540927.
HSL color Cylindrical-coordinate representation of color #7FC526: hue angle of 86.42º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7FC526 is Cyan = 0.36, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 127 | 197 | 38 | - |
| CMYK | 0.36 | 0 | 0.81 | 0.23 |
| HSL | 86.42º | 0.68% | 0.46% | - |
| HSV(B) | 86.42º | 0.81% | 0.77% | - |
| XYZ | 29.07 | 44.58 | 8.91 | - |
| YUV | 157.94 | 60.31 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 197 | 38 | 0.36 | 0 | 0.81 | 0.23 | 86.42 | 0.68 | 0.46 |
| Hex | 7F | C5 | 26 | 24 | 0 | 51 | 17 | 56 | 44 | 2E |
| Octal | 177 | 305 | 46 | 44 | 0 | 121 | 27 | 126 | 104 | 56 |
| Binary | 1111111 | 11000101 | 100110 | 100100 | 0 | 1010001 | 10111 | 1010110 | 1000100 | 101110 |
Color Harmonies of #7FC526
Complementary color
Monochromatic Colors of #7FC526
Black with #7FC526
Text Example
Text Example
White with #7FC526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC526; }
p { color: rgb(127,197,38); }
H1.HeaderClassName
{
color: #7FC526;
}
.AnyTagClassName
{
color: #7FC526;
}
</style>
background-color css
<style>
a { background-color: #7FC526; }
a { background-color: rgb(127,197,38); }
div.DivClassName
{
background-color: #7FC526;
}
.BgClassName
{
background-color: #7FC526;
}
</style>
border-color css
<style>
span { border-color: #7FC526; }
span { border-color: rgb(127,197,38); }
td.TdClassName
{
border-color: #7FC526;
}
.TagClassName
{
border-color: #7FC526;
}
</style>