Shades of Lawn Green #75E310
Tints of Lawn Green #75E310
RGB
CMYK
RGB Variations
Color information
#75E310 (or 0x75E310) is known color: Lawn Green. HEX triplet: 75, E3 and 10. RGB value is (117,227,16). Sum of RGB (Red+Green+Blue) = 117+227+16=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 227 (89.06% from 255 or 63.06% from 360); Blue value is 16 (6.64% from 255 or 4.44% from 360); Max value from RGB is 227 - color contains mainly: green. Hex color #75E310 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75E310 is #8A1CEF. Grayscale: #AAAAAA. Windows color (decimal): -9051376 or 1106805. OLE color: 1106805.
HSL color Cylindrical-coordinate representation of color #75E310: hue angle of 91.28º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #75E310 is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 117 | 227 | 16 | - |
| CMYK | 0.48 | 0 | 0.93 | 0.11 |
| HSL | 91.28º | 0.87% | 0.48% | - |
| HSV(B) | 91.28º | 0.93% | 0.89% | - |
| XYZ | 34.9 | 58.76 | 9.99 | - |
| YUV | 170.06 | 41.06 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 227 | 16 | 0.48 | 0 | 0.93 | 0.11 | 91.28 | 0.87 | 0.48 |
| Hex | 75 | E3 | 10 | 30 | 0 | 5D | B | 5B | 57 | 30 |
| Octal | 165 | 343 | 20 | 60 | 0 | 135 | 13 | 133 | 127 | 60 |
| Binary | 1110101 | 11100011 | 10000 | 110000 | 0 | 1011101 | 1011 | 1011011 | 1010111 | 110000 |
Color Harmonies of #75E310
Complementary color
Monochromatic Colors of #75E310
Black with #75E310
Text Example
Text Example
White with #75E310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E310; }
p { color: rgb(117,227,16); }
H1.HeaderClassName
{
color: #75E310;
}
.AnyTagClassName
{
color: #75E310;
}
</style>
background-color css
<style>
a { background-color: #75E310; }
a { background-color: rgb(117,227,16); }
div.DivClassName
{
background-color: #75E310;
}
.BgClassName
{
background-color: #75E310;
}
</style>
border-color css
<style>
span { border-color: #75E310; }
span { border-color: rgb(117,227,16); }
td.TdClassName
{
border-color: #75E310;
}
.TagClassName
{
border-color: #75E310;
}
</style>