Shades of Lima #75C513
Tints of Lima #75C513
RGB
CMYK
RGB Variations
Color information
#75C513 (or 0x75C513) is known color: Lima. HEX triplet: 75, C5 and 13. RGB value is (117,197,19). Sum of RGB (Red+Green+Blue) = 117+197+19=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 197 (77.34% from 255 or 59.16% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 197 - color contains mainly: green. Hex color #75C513 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C513 is #8A3AEC. Grayscale: #999999. Windows color (decimal): -9059053 or 1295733. OLE color: 1295733.
HSL color Cylindrical-coordinate representation of color #75C513: hue angle of 86.97º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75C513 is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 197 | 19 | - |
| CMYK | 0.41 | 0 | 0.90 | 0.23 |
| HSL | 86.97º | 0.82% | 0.42% | - |
| HSV(B) | 86.97º | 0.9% | 0.77% | - |
| XYZ | 27.42 | 43.76 | 7.62 | - |
| YUV | 152.79 | 52.5 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 197 | 19 | 0.41 | 0 | 0.90 | 0.23 | 86.97 | 0.82 | 0.42 |
| Hex | 75 | C5 | 13 | 29 | 0 | 5A | 17 | 57 | 52 | 2A |
| Octal | 165 | 305 | 23 | 51 | 0 | 132 | 27 | 127 | 122 | 52 |
| Binary | 1110101 | 11000101 | 10011 | 101001 | 0 | 1011010 | 10111 | 1010111 | 1010010 | 101010 |
Color Harmonies of #75C513
Complementary color
Monochromatic Colors of #75C513
Black with #75C513
Text Example
Text Example
White with #75C513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C513; }
p { color: rgb(117,197,19); }
H1.HeaderClassName
{
color: #75C513;
}
.AnyTagClassName
{
color: #75C513;
}
</style>
background-color css
<style>
a { background-color: #75C513; }
a { background-color: rgb(117,197,19); }
div.DivClassName
{
background-color: #75C513;
}
.BgClassName
{
background-color: #75C513;
}
</style>
border-color css
<style>
span { border-color: #75C513; }
span { border-color: rgb(117,197,19); }
td.TdClassName
{
border-color: #75C513;
}
.TagClassName
{
border-color: #75C513;
}
</style>