Shades of Lima #75C433
Tints of Lima #75C433
RGB
CMYK
RGB Variations
Color information
#75C433 (or 0x75C433) is known color: Lima. HEX triplet: 75, C4 and 33. RGB value is (117,196,51). Sum of RGB (Red+Green+Blue) = 117+196+51=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 196 (76.95% from 255 or 53.85% from 364); Blue value is 51 (20.31% from 255 or 14.01% from 364); Max value from RGB is 196 - color contains mainly: green. Hex color #75C433 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C433 is #8A3BCC. Grayscale: #9C9C9C. Windows color (decimal): -9059277 or 3392629. OLE color: 3392629.
HSL color Cylindrical-coordinate representation of color #75C433: hue angle of 92.69º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75C433 is Cyan = 0.40, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 196 | 51 | - |
| CMYK | 0.40 | 0 | 0.74 | 0.23 |
| HSL | 92.69º | 0.59% | 0.48% | - |
| HSV(B) | 92.69º | 0.74% | 0.77% | - |
| XYZ | 27.67 | 43.5 | 10.07 | - |
| YUV | 155.85 | 68.83 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 196 | 51 | 0.40 | 0 | 0.74 | 0.23 | 92.69 | 0.59 | 0.48 |
| Hex | 75 | C4 | 33 | 28 | 0 | 4A | 17 | 5D | 3B | 30 |
| Octal | 165 | 304 | 63 | 50 | 0 | 112 | 27 | 135 | 73 | 60 |
| Binary | 1110101 | 11000100 | 110011 | 101000 | 0 | 1001010 | 10111 | 1011101 | 111011 | 110000 |
Color Harmonies of #75C433
Complementary color
Monochromatic Colors of #75C433
Black with #75C433
Text Example
Text Example
White with #75C433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C433; }
p { color: rgb(117,196,51); }
H1.HeaderClassName
{
color: #75C433;
}
.AnyTagClassName
{
color: #75C433;
}
</style>
background-color css
<style>
a { background-color: #75C433; }
a { background-color: rgb(117,196,51); }
div.DivClassName
{
background-color: #75C433;
}
.BgClassName
{
background-color: #75C433;
}
</style>
border-color css
<style>
span { border-color: #75C433; }
span { border-color: rgb(117,196,51); }
td.TdClassName
{
border-color: #75C433;
}
.TagClassName
{
border-color: #75C433;
}
</style>