Shades of Lawn Green #75E718
Tints of Lawn Green #75E718
RGB
CMYK
RGB Variations
Color information
#75E718 (or 0x75E718) is known color: Lawn Green. HEX triplet: 75, E7 and 18. RGB value is (117,231,24). Sum of RGB (Red+Green+Blue) = 117+231+24=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 231 (90.62% from 255 or 62.10% from 372); Blue value is 24 (9.77% from 255 or 6.45% from 372); Max value from RGB is 231 - color contains mainly: green. Hex color #75E718 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75E718 is #8A18E7. Grayscale: #AEAEAE. Windows color (decimal): -9050344 or 1632117. OLE color: 1632117.
HSL color Cylindrical-coordinate representation of color #75E718: hue angle of 93.04º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75E718 is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 231 | 24 | - |
| CMYK | 0.49 | 0 | 0.90 | 0.09 |
| HSL | 93.04º | 0.81% | 0.5% | - |
| HSV(B) | 93.04º | 0.9% | 0.91% | - |
| XYZ | 36.08 | 61 | 10.74 | - |
| YUV | 173.32 | 43.73 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 231 | 24 | 0.49 | 0 | 0.90 | 0.09 | 93.04 | 0.81 | 0.5 |
| Hex | 75 | E7 | 18 | 31 | 0 | 5A | 9 | 5D | 51 | 32 |
| Octal | 165 | 347 | 30 | 61 | 0 | 132 | 11 | 135 | 121 | 62 |
| Binary | 1110101 | 11100111 | 11000 | 110001 | 0 | 1011010 | 1001 | 1011101 | 1010001 | 110010 |
Color Harmonies of #75E718
Complementary color
Monochromatic Colors of #75E718
Black with #75E718
Text Example
Text Example
White with #75E718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E718; }
p { color: rgb(117,231,24); }
H1.HeaderClassName
{
color: #75E718;
}
.AnyTagClassName
{
color: #75E718;
}
</style>
background-color css
<style>
a { background-color: #75E718; }
a { background-color: rgb(117,231,24); }
div.DivClassName
{
background-color: #75E718;
}
.BgClassName
{
background-color: #75E718;
}
</style>
border-color css
<style>
span { border-color: #75E718; }
span { border-color: rgb(117,231,24); }
td.TdClassName
{
border-color: #75E718;
}
.TagClassName
{
border-color: #75E718;
}
</style>