Shades of Lima #7FC90A
Tints of Lima #7FC90A
RGB
CMYK
RGB Variations
Color information
#7FC90A (or 0x7FC90A) is known color: Lima. HEX triplet: 7F, C9 and 0A. RGB value is (127,201,10). Sum of RGB (Red+Green+Blue) = 127+201+10=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 201 (78.91% from 255 or 59.47% from 338); Blue value is 10 (4.30% from 255 or 2.96% from 338); Max value from RGB is 201 - color contains mainly: green. Hex color #7FC90A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC90A is #8036F5. Grayscale: #9D9D9D. Windows color (decimal): -8402678 or 706943. OLE color: 706943.
HSL color Cylindrical-coordinate representation of color #7FC90A: hue angle of 83.25º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7FC90A is Cyan = 0.37, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 201 | 10 | - |
| CMYK | 0.37 | 0 | 0.95 | 0.21 |
| HSL | 83.25º | 0.91% | 0.41% | - |
| HSV(B) | 83.25º | 0.95% | 0.79% | - |
| XYZ | 29.69 | 46.31 | 7.66 | - |
| YUV | 157.1 | 44.98 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 201 | 10 | 0.37 | 0 | 0.95 | 0.21 | 83.25 | 0.91 | 0.41 |
| Hex | 7F | C9 | A | 25 | 0 | 5F | 15 | 53 | 5B | 29 |
| Octal | 177 | 311 | 12 | 45 | 0 | 137 | 25 | 123 | 133 | 51 |
| Binary | 1111111 | 11001001 | 1010 | 100101 | 0 | 1011111 | 10101 | 1010011 | 1011011 | 101001 |
Color Harmonies of #7FC90A
Complementary color
Monochromatic Colors of #7FC90A
Black with #7FC90A
Text Example
Text Example
White with #7FC90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC90A; }
p { color: rgb(127,201,10); }
H1.HeaderClassName
{
color: #7FC90A;
}
.AnyTagClassName
{
color: #7FC90A;
}
</style>
background-color css
<style>
a { background-color: #7FC90A; }
a { background-color: rgb(127,201,10); }
div.DivClassName
{
background-color: #7FC90A;
}
.BgClassName
{
background-color: #7FC90A;
}
</style>
border-color css
<style>
span { border-color: #7FC90A; }
span { border-color: rgb(127,201,10); }
td.TdClassName
{
border-color: #7FC90A;
}
.TagClassName
{
border-color: #7FC90A;
}
</style>