Shades of Lawn Green #75E50C
Tints of Lawn Green #75E50C
RGB
CMYK
RGB Variations
Color information
#75E50C (or 0x75E50C) is known color: Lawn Green. HEX triplet: 75, E5 and 0C. RGB value is (117,229,12). Sum of RGB (Red+Green+Blue) = 117+229+12=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 229 (89.84% from 255 or 63.97% from 358); Blue value is 12 (5.08% from 255 or 3.35% from 358); Max value from RGB is 229 - color contains mainly: green. Hex color #75E50C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75E50C is #8A1AF3. Grayscale: #ABABAB. Windows color (decimal): -9050868 or 845173. OLE color: 845173.
HSL color Cylindrical-coordinate representation of color #75E50C: hue angle of 90.97º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #75E50C is Cyan = 0.49, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 229 | 12 | - |
| CMYK | 0.49 | 0 | 0.95 | 0.10 |
| HSL | 90.97º | 0.9% | 0.47% | - |
| HSV(B) | 90.97º | 0.95% | 0.9% | - |
| XYZ | 35.42 | 59.85 | 10.03 | - |
| YUV | 170.77 | 38.39 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 229 | 12 | 0.49 | 0 | 0.95 | 0.10 | 90.97 | 0.9 | 0.47 |
| Hex | 75 | E5 | C | 31 | 0 | 5F | A | 5B | 5A | 2F |
| Octal | 165 | 345 | 14 | 61 | 0 | 137 | 12 | 133 | 132 | 57 |
| Binary | 1110101 | 11100101 | 1100 | 110001 | 0 | 1011111 | 1010 | 1011011 | 1011010 | 101111 |
Color Harmonies of #75E50C
Complementary color
Monochromatic Colors of #75E50C
Black with #75E50C
Text Example
Text Example
White with #75E50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E50C; }
p { color: rgb(117,229,12); }
H1.HeaderClassName
{
color: #75E50C;
}
.AnyTagClassName
{
color: #75E50C;
}
</style>
background-color css
<style>
a { background-color: #75E50C; }
a { background-color: rgb(117,229,12); }
div.DivClassName
{
background-color: #75E50C;
}
.BgClassName
{
background-color: #75E50C;
}
</style>
border-color css
<style>
span { border-color: #75E50C; }
span { border-color: rgb(117,229,12); }
td.TdClassName
{
border-color: #75E50C;
}
.TagClassName
{
border-color: #75E50C;
}
</style>