Shades of Lima #75AC21
Tints of Lima #75AC21
RGB
CMYK
RGB Variations
Color information
#75AC21 (or 0x75AC21) is known color: Lima. HEX triplet: 75, AC and 21. RGB value is (117,172,33). Sum of RGB (Red+Green+Blue) = 117+172+33=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 172 (67.58% from 255 or 53.42% from 322); Blue value is 33 (13.28% from 255 or 10.25% from 322); Max value from RGB is 172 - color contains mainly: green. Hex color #75AC21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AC21 is #8A53DE. Grayscale: #8C8C8C. Windows color (decimal): -9065439 or 2206837. OLE color: 2206837.
HSL color Cylindrical-coordinate representation of color #75AC21: hue angle of 83.74º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #75AC21 is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 172 | 33 | - |
| CMYK | 0.32 | 0 | 0.81 | 0.33 |
| HSL | 83.74º | 0.68% | 0.4% | - |
| HSV(B) | 83.74º | 0.81% | 0.67% | - |
| XYZ | 22.36 | 33.4 | 6.71 | - |
| YUV | 139.71 | 67.78 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 172 | 33 | 0.32 | 0 | 0.81 | 0.33 | 83.74 | 0.68 | 0.4 |
| Hex | 75 | AC | 21 | 20 | 0 | 51 | 21 | 54 | 44 | 28 |
| Octal | 165 | 254 | 41 | 40 | 0 | 121 | 41 | 124 | 104 | 50 |
| Binary | 1110101 | 10101100 | 100001 | 100000 | 0 | 1010001 | 100001 | 1010100 | 1000100 | 101000 |
Color Harmonies of #75AC21
Complementary color
Monochromatic Colors of #75AC21
Black with #75AC21
Text Example
Text Example
White with #75AC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AC21; }
p { color: rgb(117,172,33); }
H1.HeaderClassName
{
color: #75AC21;
}
.AnyTagClassName
{
color: #75AC21;
}
</style>
background-color css
<style>
a { background-color: #75AC21; }
a { background-color: rgb(117,172,33); }
div.DivClassName
{
background-color: #75AC21;
}
.BgClassName
{
background-color: #75AC21;
}
</style>
border-color css
<style>
span { border-color: #75AC21; }
span { border-color: rgb(117,172,33); }
td.TdClassName
{
border-color: #75AC21;
}
.TagClassName
{
border-color: #75AC21;
}
</style>