Shades of Lima #75AB26
Tints of Lima #75AB26
RGB
CMYK
RGB Variations
Color information
#75AB26 (or 0x75AB26) is known color: Lima. HEX triplet: 75, AB and 26. RGB value is (117,171,38). Sum of RGB (Red+Green+Blue) = 117+171+38=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 171 (67.19% from 255 or 52.45% from 326); Blue value is 38 (15.23% from 255 or 11.66% from 326); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AB26 is #8A54D9. Grayscale: #8C8C8C. Windows color (decimal): -9065690 or 2534261. OLE color: 2534261.
HSL color Cylindrical-coordinate representation of color #75AB26: hue angle of 84.36º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #75AB26 is Cyan = 0.32, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 171 | 38 | - |
| CMYK | 0.32 | 0 | 0.78 | 0.33 |
| HSL | 84.36º | 0.64% | 0.41% | - |
| HSV(B) | 84.36º | 0.78% | 0.67% | - |
| XYZ | 22.25 | 33.05 | 7.04 | - |
| YUV | 139.69 | 70.61 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 171 | 38 | 0.32 | 0 | 0.78 | 0.33 | 84.36 | 0.64 | 0.41 |
| Hex | 75 | AB | 26 | 20 | 0 | 4E | 21 | 54 | 40 | 29 |
| Octal | 165 | 253 | 46 | 40 | 0 | 116 | 41 | 124 | 100 | 51 |
| Binary | 1110101 | 10101011 | 100110 | 100000 | 0 | 1001110 | 100001 | 1010100 | 1000000 | 101001 |
Color Harmonies of #75AB26
Complementary color
Monochromatic Colors of #75AB26
Black with #75AB26
Text Example
Text Example
White with #75AB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75AB26; }
p { color: rgb(117,171,38); }
H1.HeaderClassName
{
color: #75AB26;
}
.AnyTagClassName
{
color: #75AB26;
}
</style>
background-color css
<style>
a { background-color: #75AB26; }
a { background-color: rgb(117,171,38); }
div.DivClassName
{
background-color: #75AB26;
}
.BgClassName
{
background-color: #75AB26;
}
</style>
border-color css
<style>
span { border-color: #75AB26; }
span { border-color: rgb(117,171,38); }
td.TdClassName
{
border-color: #75AB26;
}
.TagClassName
{
border-color: #75AB26;
}
</style>