Shades of Lima #75C821
Tints of Lima #75C821
RGB
CMYK
RGB Variations
Color information
#75C821 (or 0x75C821) is known color: Lima. HEX triplet: 75, C8 and 21. RGB value is (117,200,33). Sum of RGB (Red+Green+Blue) = 117+200+33=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 200 (78.52% from 255 or 57.14% from 350); Blue value is 33 (13.28% from 255 or 9.43% from 350); Max value from RGB is 200 - color contains mainly: green. Hex color #75C821 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C821 is #8A37DE. Grayscale: #9C9C9C. Windows color (decimal): -9058271 or 2214005. OLE color: 2214005.
HSL color Cylindrical-coordinate representation of color #75C821: hue angle of 89.82º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #75C821 is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 200 | 33 | - |
| CMYK | 0.42 | 0 | 0.84 | 0.22 |
| HSL | 89.82º | 0.72% | 0.46% | - |
| HSV(B) | 89.82º | 0.84% | 0.78% | - |
| XYZ | 28.26 | 45.2 | 8.67 | - |
| YUV | 156.15 | 58.5 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 200 | 33 | 0.42 | 0 | 0.84 | 0.22 | 89.82 | 0.72 | 0.46 |
| Hex | 75 | C8 | 21 | 2A | 0 | 54 | 16 | 5A | 48 | 2E |
| Octal | 165 | 310 | 41 | 52 | 0 | 124 | 26 | 132 | 110 | 56 |
| Binary | 1110101 | 11001000 | 100001 | 101010 | 0 | 1010100 | 10110 | 1011010 | 1001000 | 101110 |
Color Harmonies of #75C821
Complementary color
Monochromatic Colors of #75C821
Black with #75C821
Text Example
Text Example
White with #75C821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C821; }
p { color: rgb(117,200,33); }
H1.HeaderClassName
{
color: #75C821;
}
.AnyTagClassName
{
color: #75C821;
}
</style>
background-color css
<style>
a { background-color: #75C821; }
a { background-color: rgb(117,200,33); }
div.DivClassName
{
background-color: #75C821;
}
.BgClassName
{
background-color: #75C821;
}
</style>
border-color css
<style>
span { border-color: #75C821; }
span { border-color: rgb(117,200,33); }
td.TdClassName
{
border-color: #75C821;
}
.TagClassName
{
border-color: #75C821;
}
</style>