Shades of Lima #75C416
Tints of Lima #75C416
RGB
CMYK
RGB Variations
Color information
#75C416 (or 0x75C416) is known color: Lima. HEX triplet: 75, C4 and 16. RGB value is (117,196,22). Sum of RGB (Red+Green+Blue) = 117+196+22=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 196 (76.95% from 255 or 58.51% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 196 - color contains mainly: green. Hex color #75C416 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C416 is #8A3BE9. Grayscale: #999999. Windows color (decimal): -9059306 or 1492085. OLE color: 1492085.
HSL color Cylindrical-coordinate representation of color #75C416: hue angle of 87.24º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #75C416 is Cyan = 0.40, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 196 | 22 | - |
| CMYK | 0.40 | 0 | 0.89 | 0.23 |
| HSL | 87.24º | 0.8% | 0.43% | - |
| HSV(B) | 87.24º | 0.89% | 0.77% | - |
| XYZ | 27.22 | 43.32 | 7.69 | - |
| YUV | 152.54 | 54.33 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 196 | 22 | 0.40 | 0 | 0.89 | 0.23 | 87.24 | 0.8 | 0.43 |
| Hex | 75 | C4 | 16 | 28 | 0 | 59 | 17 | 57 | 50 | 2B |
| Octal | 165 | 304 | 26 | 50 | 0 | 131 | 27 | 127 | 120 | 53 |
| Binary | 1110101 | 11000100 | 10110 | 101000 | 0 | 1011001 | 10111 | 1010111 | 1010000 | 101011 |
Color Harmonies of #75C416
Complementary color
Monochromatic Colors of #75C416
Black with #75C416
Text Example
Text Example
White with #75C416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C416; }
p { color: rgb(117,196,22); }
H1.HeaderClassName
{
color: #75C416;
}
.AnyTagClassName
{
color: #75C416;
}
</style>
background-color css
<style>
a { background-color: #75C416; }
a { background-color: rgb(117,196,22); }
div.DivClassName
{
background-color: #75C416;
}
.BgClassName
{
background-color: #75C416;
}
</style>
border-color css
<style>
span { border-color: #75C416; }
span { border-color: rgb(117,196,22); }
td.TdClassName
{
border-color: #75C416;
}
.TagClassName
{
border-color: #75C416;
}
</style>