Shades of Lima #75C623
Tints of Lima #75C623
RGB
CMYK
RGB Variations
Color information
#75C623 (or 0x75C623) is known color: Lima. HEX triplet: 75, C6 and 23. RGB value is (117,198,35). Sum of RGB (Red+Green+Blue) = 117+198+35=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 198 (77.73% from 255 or 56.57% from 350); Blue value is 35 (14.06% from 255 or 10% from 350); Max value from RGB is 198 - color contains mainly: green. Hex color #75C623 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C623 is #8A39DC. Grayscale: #9B9B9B. Windows color (decimal): -9058781 or 2344565. OLE color: 2344565.
HSL color Cylindrical-coordinate representation of color #75C623: hue angle of 89.82º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #75C623 is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 198 | 35 | - |
| CMYK | 0.41 | 0 | 0.82 | 0.22 |
| HSL | 89.82º | 0.7% | 0.46% | - |
| HSV(B) | 89.82º | 0.82% | 0.78% | - |
| XYZ | 27.83 | 44.29 | 8.67 | - |
| YUV | 155.2 | 60.16 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 198 | 35 | 0.41 | 0 | 0.82 | 0.22 | 89.82 | 0.7 | 0.46 |
| Hex | 75 | C6 | 23 | 29 | 0 | 52 | 16 | 5A | 46 | 2E |
| Octal | 165 | 306 | 43 | 51 | 0 | 122 | 26 | 132 | 106 | 56 |
| Binary | 1110101 | 11000110 | 100011 | 101001 | 0 | 1010010 | 10110 | 1011010 | 1000110 | 101110 |
Color Harmonies of #75C623
Complementary color
Monochromatic Colors of #75C623
Black with #75C623
Text Example
Text Example
White with #75C623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C623; }
p { color: rgb(117,198,35); }
H1.HeaderClassName
{
color: #75C623;
}
.AnyTagClassName
{
color: #75C623;
}
</style>
background-color css
<style>
a { background-color: #75C623; }
a { background-color: rgb(117,198,35); }
div.DivClassName
{
background-color: #75C623;
}
.BgClassName
{
background-color: #75C623;
}
</style>
border-color css
<style>
span { border-color: #75C623; }
span { border-color: rgb(117,198,35); }
td.TdClassName
{
border-color: #75C623;
}
.TagClassName
{
border-color: #75C623;
}
</style>