Shades of Lawn Green #75F112
Tints of Lawn Green #75F112
RGB
CMYK
RGB Variations
Color information
#75F112 (or 0x75F112) is known color: Lawn Green. HEX triplet: 75, F1 and 12. RGB value is (117,241,18). Sum of RGB (Red+Green+Blue) = 117+241+18=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 241 (94.53% from 255 or 64.10% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 241 - color contains mainly: green. Hex color #75F112 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75F112 is #8A0EED. Grayscale: #B3B3B3. Windows color (decimal): -9047790 or 1241461. OLE color: 1241461.
HSL color Cylindrical-coordinate representation of color #75F112: hue angle of 93.36º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #75F112 is Cyan = 0.51, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 241 | 18 | - |
| CMYK | 0.51 | 0 | 0.93 | 0.05 |
| HSL | 93.36º | 0.89% | 0.51% | - |
| HSV(B) | 93.36º | 0.93% | 0.95% | - |
| XYZ | 38.9 | 66.74 | 11.4 | - |
| YUV | 178.5 | 37.42 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 241 | 18 | 0.51 | 0 | 0.93 | 0.05 | 93.36 | 0.89 | 0.51 |
| Hex | 75 | F1 | 12 | 33 | 0 | 5D | 5 | 5D | 59 | 33 |
| Octal | 165 | 361 | 22 | 63 | 0 | 135 | 5 | 135 | 131 | 63 |
| Binary | 1110101 | 11110001 | 10010 | 110011 | 0 | 1011101 | 101 | 1011101 | 1011001 | 110011 |
Color Harmonies of #75F112
Complementary color
Monochromatic Colors of #75F112
Black with #75F112
Text Example
Text Example
White with #75F112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F112; }
p { color: rgb(117,241,18); }
H1.HeaderClassName
{
color: #75F112;
}
.AnyTagClassName
{
color: #75F112;
}
</style>
background-color css
<style>
a { background-color: #75F112; }
a { background-color: rgb(117,241,18); }
div.DivClassName
{
background-color: #75F112;
}
.BgClassName
{
background-color: #75F112;
}
</style>
border-color css
<style>
span { border-color: #75F112; }
span { border-color: rgb(117,241,18); }
td.TdClassName
{
border-color: #75F112;
}
.TagClassName
{
border-color: #75F112;
}
</style>