Shades of Lima #7FCA16
Tints of Lima #7FCA16
RGB
CMYK
RGB Variations
Color information
#7FCA16 (or 0x7FCA16) is known color: Lima. HEX triplet: 7F, CA and 16. RGB value is (127,202,22). Sum of RGB (Red+Green+Blue) = 127+202+22=351 (46% of max value = 765). Red value is 127 (50% from 255 or 36.18% from 351); Green value is 202 (79.30% from 255 or 57.55% from 351); Blue value is 22 (8.98% from 255 or 6.27% from 351); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCA16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FCA16 is #8035E9. Grayscale: #9F9F9F. Windows color (decimal): -8402410 or 1493631. OLE color: 1493631.
HSL color Cylindrical-coordinate representation of color #7FCA16: hue angle of 85º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7FCA16 is Cyan = 0.37, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 202 | 22 | - |
| CMYK | 0.37 | 0 | 0.89 | 0.21 |
| HSL | 85º | 0.8% | 0.44% | - |
| HSV(B) | 85º | 0.89% | 0.79% | - |
| XYZ | 30.02 | 46.81 | 8.21 | - |
| YUV | 159.06 | 50.65 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 202 | 22 | 0.37 | 0 | 0.89 | 0.21 | 85 | 0.8 | 0.44 |
| Hex | 7F | CA | 16 | 25 | 0 | 59 | 15 | 55 | 50 | 2C |
| Octal | 177 | 312 | 26 | 45 | 0 | 131 | 25 | 125 | 120 | 54 |
| Binary | 1111111 | 11001010 | 10110 | 100101 | 0 | 1011001 | 10101 | 1010101 | 1010000 | 101100 |
Color Harmonies of #7FCA16
Complementary color
Monochromatic Colors of #7FCA16
Black with #7FCA16
Text Example
Text Example
White with #7FCA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCA16; }
p { color: rgb(127,202,22); }
H1.HeaderClassName
{
color: #7FCA16;
}
.AnyTagClassName
{
color: #7FCA16;
}
</style>
background-color css
<style>
a { background-color: #7FCA16; }
a { background-color: rgb(127,202,22); }
div.DivClassName
{
background-color: #7FCA16;
}
.BgClassName
{
background-color: #7FCA16;
}
</style>
border-color css
<style>
span { border-color: #7FCA16; }
span { border-color: rgb(127,202,22); }
td.TdClassName
{
border-color: #7FCA16;
}
.TagClassName
{
border-color: #7FCA16;
}
</style>