Shades of Lawn Green #75E326
Tints of Lawn Green #75E326
RGB
CMYK
RGB Variations
Color information
#75E326 (or 0x75E326) is known color: Lawn Green. HEX triplet: 75, E3 and 26. RGB value is (117,227,38). Sum of RGB (Red+Green+Blue) = 117+227+38=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 227 (89.06% from 255 or 59.42% from 382); Blue value is 38 (15.23% from 255 or 9.95% from 382); Max value from RGB is 227 - color contains mainly: green. Hex color #75E326 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75E326 is #8A1CD9. Grayscale: #ADADAD. Windows color (decimal): -9051354 or 2548597. OLE color: 2548597.
HSL color Cylindrical-coordinate representation of color #75E326: hue angle of 94.92º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #75E326 is Cyan = 0.48, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 117 | 227 | 38 | - |
| CMYK | 0.48 | 0 | 0.83 | 0.11 |
| HSL | 94.92º | 0.77% | 0.52% | - |
| HSV(B) | 94.92º | 0.83% | 0.89% | - |
| XYZ | 35.16 | 58.86 | 11.34 | - |
| YUV | 172.56 | 52.06 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 227 | 38 | 0.48 | 0 | 0.83 | 0.11 | 94.92 | 0.77 | 0.52 |
| Hex | 75 | E3 | 26 | 30 | 0 | 53 | B | 5F | 4D | 34 |
| Octal | 165 | 343 | 46 | 60 | 0 | 123 | 13 | 137 | 115 | 64 |
| Binary | 1110101 | 11100011 | 100110 | 110000 | 0 | 1010011 | 1011 | 1011111 | 1001101 | 110100 |
Color Harmonies of #75E326
Complementary color
Monochromatic Colors of #75E326
Black with #75E326
Text Example
Text Example
White with #75E326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E326; }
p { color: rgb(117,227,38); }
H1.HeaderClassName
{
color: #75E326;
}
.AnyTagClassName
{
color: #75E326;
}
</style>
background-color css
<style>
a { background-color: #75E326; }
a { background-color: rgb(117,227,38); }
div.DivClassName
{
background-color: #75E326;
}
.BgClassName
{
background-color: #75E326;
}
</style>
border-color css
<style>
span { border-color: #75E326; }
span { border-color: rgb(117,227,38); }
td.TdClassName
{
border-color: #75E326;
}
.TagClassName
{
border-color: #75E326;
}
</style>