Shades of Lawn Green #75E413
Tints of Lawn Green #75E413
RGB
CMYK
RGB Variations
Color information
#75E413 (or 0x75E413) is known color: Lawn Green. HEX triplet: 75, E4 and 13. RGB value is (117,228,19). Sum of RGB (Red+Green+Blue) = 117+228+19=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 228 (89.45% from 255 or 62.64% from 364); Blue value is 19 (7.81% from 255 or 5.22% from 364); Max value from RGB is 228 - color contains mainly: green. Hex color #75E413 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75E413 is #8A1BEC. Grayscale: #ABABAB. Windows color (decimal): -9051117 or 1303669. OLE color: 1303669.
HSL color Cylindrical-coordinate representation of color #75E413: hue angle of 91.87º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #75E413 is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 117 | 228 | 19 | - |
| CMYK | 0.49 | 0 | 0.92 | 0.11 |
| HSL | 91.87º | 0.85% | 0.48% | - |
| HSV(B) | 91.87º | 0.92% | 0.89% | - |
| XYZ | 35.2 | 59.32 | 10.21 | - |
| YUV | 170.99 | 42.23 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 228 | 19 | 0.49 | 0 | 0.92 | 0.11 | 91.87 | 0.85 | 0.48 |
| Hex | 75 | E4 | 13 | 31 | 0 | 5C | B | 5C | 55 | 30 |
| Octal | 165 | 344 | 23 | 61 | 0 | 134 | 13 | 134 | 125 | 60 |
| Binary | 1110101 | 11100100 | 10011 | 110001 | 0 | 1011100 | 1011 | 1011100 | 1010101 | 110000 |
Color Harmonies of #75E413
Complementary color
Monochromatic Colors of #75E413
Black with #75E413
Text Example
Text Example
White with #75E413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E413; }
p { color: rgb(117,228,19); }
H1.HeaderClassName
{
color: #75E413;
}
.AnyTagClassName
{
color: #75E413;
}
</style>
background-color css
<style>
a { background-color: #75E413; }
a { background-color: rgb(117,228,19); }
div.DivClassName
{
background-color: #75E413;
}
.BgClassName
{
background-color: #75E413;
}
</style>
border-color css
<style>
span { border-color: #75E413; }
span { border-color: rgb(117,228,19); }
td.TdClassName
{
border-color: #75E413;
}
.TagClassName
{
border-color: #75E413;
}
</style>