Shades of Lawn Green #75F115
Tints of Lawn Green #75F115
RGB
CMYK
RGB Variations
Color information
#75F115 (or 0x75F115) is known color: Lawn Green. HEX triplet: 75, F1 and 15. RGB value is (117,241,21). Sum of RGB (Red+Green+Blue) = 117+241+21=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 241 (94.53% from 255 or 63.59% from 379); Blue value is 21 (8.59% from 255 or 5.54% from 379); Max value from RGB is 241 - color contains mainly: green. Hex color #75F115 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75F115 is #8A0EEA. Grayscale: #B3B3B3. Windows color (decimal): -9047787 or 1438069. OLE color: 1438069.
HSL color Cylindrical-coordinate representation of color #75F115: hue angle of 93.82º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75F115 is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 241 | 21 | - |
| CMYK | 0.51 | 0 | 0.91 | 0.05 |
| HSL | 93.82º | 0.89% | 0.51% | - |
| HSV(B) | 93.82º | 0.91% | 0.95% | - |
| XYZ | 38.93 | 66.75 | 11.54 | - |
| YUV | 178.84 | 38.92 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 241 | 21 | 0.51 | 0 | 0.91 | 0.05 | 93.82 | 0.89 | 0.51 |
| Hex | 75 | F1 | 15 | 33 | 0 | 5B | 5 | 5E | 59 | 33 |
| Octal | 165 | 361 | 25 | 63 | 0 | 133 | 5 | 136 | 131 | 63 |
| Binary | 1110101 | 11110001 | 10101 | 110011 | 0 | 1011011 | 101 | 1011110 | 1011001 | 110011 |
Color Harmonies of #75F115
Complementary color
Monochromatic Colors of #75F115
Black with #75F115
Text Example
Text Example
White with #75F115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F115; }
p { color: rgb(117,241,21); }
H1.HeaderClassName
{
color: #75F115;
}
.AnyTagClassName
{
color: #75F115;
}
</style>
background-color css
<style>
a { background-color: #75F115; }
a { background-color: rgb(117,241,21); }
div.DivClassName
{
background-color: #75F115;
}
.BgClassName
{
background-color: #75F115;
}
</style>
border-color css
<style>
span { border-color: #75F115; }
span { border-color: rgb(117,241,21); }
td.TdClassName
{
border-color: #75F115;
}
.TagClassName
{
border-color: #75F115;
}
</style>