Shades of Lawn Green #75E321
Tints of Lawn Green #75E321
RGB
CMYK
RGB Variations
Color information
#75E321 (or 0x75E321) is known color: Lawn Green. HEX triplet: 75, E3 and 21. RGB value is (117,227,33). Sum of RGB (Red+Green+Blue) = 117+227+33=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 227 (89.06% from 255 or 60.21% from 377); Blue value is 33 (13.28% from 255 or 8.75% from 377); Max value from RGB is 227 - color contains mainly: green. Hex color #75E321 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75E321 is #8A1CDE. Grayscale: #ACACAC. Windows color (decimal): -9051359 or 2220917. OLE color: 2220917.
HSL color Cylindrical-coordinate representation of color #75E321: hue angle of 94.02º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75E321 is Cyan = 0.48, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 117 | 227 | 33 | - |
| CMYK | 0.48 | 0 | 0.85 | 0.11 |
| HSL | 94.02º | 0.78% | 0.51% | - |
| HSV(B) | 94.02º | 0.85% | 0.89% | - |
| XYZ | 35.08 | 58.83 | 10.95 | - |
| YUV | 171.99 | 49.56 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 227 | 33 | 0.48 | 0 | 0.85 | 0.11 | 94.02 | 0.78 | 0.51 |
| Hex | 75 | E3 | 21 | 30 | 0 | 55 | B | 5E | 4E | 33 |
| Octal | 165 | 343 | 41 | 60 | 0 | 125 | 13 | 136 | 116 | 63 |
| Binary | 1110101 | 11100011 | 100001 | 110000 | 0 | 1010101 | 1011 | 1011110 | 1001110 | 110011 |
Color Harmonies of #75E321
Complementary color
Monochromatic Colors of #75E321
Black with #75E321
Text Example
Text Example
White with #75E321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E321; }
p { color: rgb(117,227,33); }
H1.HeaderClassName
{
color: #75E321;
}
.AnyTagClassName
{
color: #75E321;
}
</style>
background-color css
<style>
a { background-color: #75E321; }
a { background-color: rgb(117,227,33); }
div.DivClassName
{
background-color: #75E321;
}
.BgClassName
{
background-color: #75E321;
}
</style>
border-color css
<style>
span { border-color: #75E321; }
span { border-color: rgb(117,227,33); }
td.TdClassName
{
border-color: #75E321;
}
.TagClassName
{
border-color: #75E321;
}
</style>