Shades of Lawn Green #75F411
Tints of Lawn Green #75F411
RGB
CMYK
RGB Variations
Color information
#75F411 (or 0x75F411) is known color: Lawn Green. HEX triplet: 75, F4 and 11. RGB value is (117,244,17). Sum of RGB (Red+Green+Blue) = 117+244+17=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 244 (95.70% from 255 or 64.55% from 378); Blue value is 17 (7.03% from 255 or 4.50% from 378); Max value from RGB is 244 - color contains mainly: green. Hex color #75F411 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75F411 is #8A0BEE. Grayscale: #B4B4B4. Windows color (decimal): -9047023 or 1176693. OLE color: 1176693.
HSL color Cylindrical-coordinate representation of color #75F411: hue angle of 93.57º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #75F411 is Cyan = 0.52, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 117 | 244 | 17 | - |
| CMYK | 0.52 | 0 | 0.93 | 0.04 |
| HSL | 93.57º | 0.91% | 0.51% | - |
| HSV(B) | 93.57º | 0.93% | 0.96% | - |
| XYZ | 39.79 | 68.52 | 11.66 | - |
| YUV | 180.15 | 35.92 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 244 | 17 | 0.52 | 0 | 0.93 | 0.04 | 93.57 | 0.91 | 0.51 |
| Hex | 75 | F4 | 11 | 34 | 0 | 5D | 4 | 5E | 5B | 33 |
| Octal | 165 | 364 | 21 | 64 | 0 | 135 | 4 | 136 | 133 | 63 |
| Binary | 1110101 | 11110100 | 10001 | 110100 | 0 | 1011101 | 100 | 1011110 | 1011011 | 110011 |
Color Harmonies of #75F411
Complementary color
Monochromatic Colors of #75F411
Black with #75F411
Text Example
Text Example
White with #75F411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F411; }
p { color: rgb(117,244,17); }
H1.HeaderClassName
{
color: #75F411;
}
.AnyTagClassName
{
color: #75F411;
}
</style>
background-color css
<style>
a { background-color: #75F411; }
a { background-color: rgb(117,244,17); }
div.DivClassName
{
background-color: #75F411;
}
.BgClassName
{
background-color: #75F411;
}
</style>
border-color css
<style>
span { border-color: #75F411; }
span { border-color: rgb(117,244,17); }
td.TdClassName
{
border-color: #75F411;
}
.TagClassName
{
border-color: #75F411;
}
</style>