Shades of Lima #7FCA0C
Tints of Lima #7FCA0C
RGB
CMYK
RGB Variations
Color information
#7FCA0C (or 0x7FCA0C) is known color: Lima. HEX triplet: 7F, CA and 0C. RGB value is (127,202,12). Sum of RGB (Red+Green+Blue) = 127+202+12=341 (45% of max value = 765). Red value is 127 (50% from 255 or 37.24% from 341); Green value is 202 (79.30% from 255 or 59.24% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCA0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FCA0C is #8035F3. Grayscale: #9E9E9E. Windows color (decimal): -8402420 or 838271. OLE color: 838271.
HSL color Cylindrical-coordinate representation of color #7FCA0C: hue angle of 83.68º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7FCA0C is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 202 | 12 | - |
| CMYK | 0.37 | 0 | 0.94 | 0.21 |
| HSL | 83.68º | 0.89% | 0.42% | - |
| HSV(B) | 83.68º | 0.94% | 0.79% | - |
| XYZ | 29.94 | 46.78 | 7.8 | - |
| YUV | 157.92 | 45.65 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 202 | 12 | 0.37 | 0 | 0.94 | 0.21 | 83.68 | 0.89 | 0.42 |
| Hex | 7F | CA | C | 25 | 0 | 5E | 15 | 54 | 59 | 2A |
| Octal | 177 | 312 | 14 | 45 | 0 | 136 | 25 | 124 | 131 | 52 |
| Binary | 1111111 | 11001010 | 1100 | 100101 | 0 | 1011110 | 10101 | 1010100 | 1011001 | 101010 |
Color Harmonies of #7FCA0C
Complementary color
Monochromatic Colors of #7FCA0C
Black with #7FCA0C
Text Example
Text Example
White with #7FCA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCA0C; }
p { color: rgb(127,202,12); }
H1.HeaderClassName
{
color: #7FCA0C;
}
.AnyTagClassName
{
color: #7FCA0C;
}
</style>
background-color css
<style>
a { background-color: #7FCA0C; }
a { background-color: rgb(127,202,12); }
div.DivClassName
{
background-color: #7FCA0C;
}
.BgClassName
{
background-color: #7FCA0C;
}
</style>
border-color css
<style>
span { border-color: #7FCA0C; }
span { border-color: rgb(127,202,12); }
td.TdClassName
{
border-color: #7FCA0C;
}
.TagClassName
{
border-color: #7FCA0C;
}
</style>