Shades of Lawn Green #75F110
Tints of Lawn Green #75F110
RGB
CMYK
RGB Variations
Color information
#75F110 (or 0x75F110) is known color: Lawn Green. HEX triplet: 75, F1 and 10. RGB value is (117,241,16). Sum of RGB (Red+Green+Blue) = 117+241+16=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 241 (94.53% from 255 or 64.44% from 374); Blue value is 16 (6.64% from 255 or 4.28% from 374); Max value from RGB is 241 - color contains mainly: green. Hex color #75F110 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75F110 is #8A0EEF. Grayscale: #B3B3B3. Windows color (decimal): -9047792 or 1110389. OLE color: 1110389.
HSL color Cylindrical-coordinate representation of color #75F110: hue angle of 93.07º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #75F110 is Cyan = 0.51, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 241 | 16 | - |
| CMYK | 0.51 | 0 | 0.93 | 0.05 |
| HSL | 93.07º | 0.89% | 0.5% | - |
| HSV(B) | 93.07º | 0.93% | 0.95% | - |
| XYZ | 38.88 | 66.73 | 11.32 | - |
| YUV | 178.27 | 36.42 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 241 | 16 | 0.51 | 0 | 0.93 | 0.05 | 93.07 | 0.89 | 0.5 |
| Hex | 75 | F1 | 10 | 33 | 0 | 5D | 5 | 5D | 59 | 32 |
| Octal | 165 | 361 | 20 | 63 | 0 | 135 | 5 | 135 | 131 | 62 |
| Binary | 1110101 | 11110001 | 10000 | 110011 | 0 | 1011101 | 101 | 1011101 | 1011001 | 110010 |
Color Harmonies of #75F110
Complementary color
Monochromatic Colors of #75F110
Black with #75F110
Text Example
Text Example
White with #75F110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F110; }
p { color: rgb(117,241,16); }
H1.HeaderClassName
{
color: #75F110;
}
.AnyTagClassName
{
color: #75F110;
}
</style>
background-color css
<style>
a { background-color: #75F110; }
a { background-color: rgb(117,241,16); }
div.DivClassName
{
background-color: #75F110;
}
.BgClassName
{
background-color: #75F110;
}
</style>
border-color css
<style>
span { border-color: #75F110; }
span { border-color: rgb(117,241,16); }
td.TdClassName
{
border-color: #75F110;
}
.TagClassName
{
border-color: #75F110;
}
</style>