Shades of Lawn Green #75E322
Tints of Lawn Green #75E322
RGB
CMYK
RGB Variations
Color information
#75E322 (or 0x75E322) is known color: Lawn Green. HEX triplet: 75, E3 and 22. RGB value is (117,227,34). Sum of RGB (Red+Green+Blue) = 117+227+34=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 227 (89.06% from 255 or 60.05% from 378); Blue value is 34 (13.67% from 255 or 8.99% from 378); Max value from RGB is 227 - color contains mainly: green. Hex color #75E322 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75E322 is #8A1CDD. Grayscale: #ACACAC. Windows color (decimal): -9051358 or 2286453. OLE color: 2286453.
HSL color Cylindrical-coordinate representation of color #75E322: hue angle of 94.2º 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 #75E322 is Cyan = 0.48, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 117 | 227 | 34 | - |
| CMYK | 0.48 | 0 | 0.85 | 0.11 |
| HSL | 94.2º | 0.78% | 0.51% | - |
| HSV(B) | 94.2º | 0.85% | 0.89% | - |
| XYZ | 35.09 | 58.84 | 11.02 | - |
| YUV | 172.11 | 50.06 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 227 | 34 | 0.48 | 0 | 0.85 | 0.11 | 94.2 | 0.78 | 0.51 |
| Hex | 75 | E3 | 22 | 30 | 0 | 55 | B | 5E | 4E | 33 |
| Octal | 165 | 343 | 42 | 60 | 0 | 125 | 13 | 136 | 116 | 63 |
| Binary | 1110101 | 11100011 | 100010 | 110000 | 0 | 1010101 | 1011 | 1011110 | 1001110 | 110011 |
Color Harmonies of #75E322
Complementary color
Monochromatic Colors of #75E322
Black with #75E322
Text Example
Text Example
White with #75E322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E322; }
p { color: rgb(117,227,34); }
H1.HeaderClassName
{
color: #75E322;
}
.AnyTagClassName
{
color: #75E322;
}
</style>
background-color css
<style>
a { background-color: #75E322; }
a { background-color: rgb(117,227,34); }
div.DivClassName
{
background-color: #75E322;
}
.BgClassName
{
background-color: #75E322;
}
</style>
border-color css
<style>
span { border-color: #75E322; }
span { border-color: rgb(117,227,34); }
td.TdClassName
{
border-color: #75E322;
}
.TagClassName
{
border-color: #75E322;
}
</style>