Shades of Lawn Green #75E512
Tints of Lawn Green #75E512
RGB
CMYK
RGB Variations
Color information
#75E512 (or 0x75E512) is known color: Lawn Green. HEX triplet: 75, E5 and 12. RGB value is (117,229,18). Sum of RGB (Red+Green+Blue) = 117+229+18=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 229 (89.84% from 255 or 62.91% from 364); Blue value is 18 (7.42% from 255 or 4.95% from 364); Max value from RGB is 229 - color contains mainly: green. Hex color #75E512 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75E512 is #8A1AED. Grayscale: #ACACAC. Windows color (decimal): -9050862 or 1238389. OLE color: 1238389.
HSL color Cylindrical-coordinate representation of color #75E512: hue angle of 91.85º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #75E512 is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 229 | 18 | - |
| CMYK | 0.49 | 0 | 0.92 | 0.10 |
| HSL | 91.85º | 0.85% | 0.48% | - |
| HSV(B) | 91.85º | 0.92% | 0.9% | - |
| XYZ | 35.46 | 59.86 | 10.26 | - |
| YUV | 171.46 | 41.39 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 229 | 18 | 0.49 | 0 | 0.92 | 0.10 | 91.85 | 0.85 | 0.48 |
| Hex | 75 | E5 | 12 | 31 | 0 | 5C | A | 5C | 55 | 30 |
| Octal | 165 | 345 | 22 | 61 | 0 | 134 | 12 | 134 | 125 | 60 |
| Binary | 1110101 | 11100101 | 10010 | 110001 | 0 | 1011100 | 1010 | 1011100 | 1010101 | 110000 |
Color Harmonies of #75E512
Complementary color
Monochromatic Colors of #75E512
Black with #75E512
Text Example
Text Example
White with #75E512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E512; }
p { color: rgb(117,229,18); }
H1.HeaderClassName
{
color: #75E512;
}
.AnyTagClassName
{
color: #75E512;
}
</style>
background-color css
<style>
a { background-color: #75E512; }
a { background-color: rgb(117,229,18); }
div.DivClassName
{
background-color: #75E512;
}
.BgClassName
{
background-color: #75E512;
}
</style>
border-color css
<style>
span { border-color: #75E512; }
span { border-color: rgb(117,229,18); }
td.TdClassName
{
border-color: #75E512;
}
.TagClassName
{
border-color: #75E512;
}
</style>