Shades of Lawn Green #75F10E
Tints of Lawn Green #75F10E
RGB
CMYK
RGB Variations
Color information
#75F10E (or 0x75F10E) is known color: Lawn Green. HEX triplet: 75, F1 and 0E. RGB value is (117,241,14). Sum of RGB (Red+Green+Blue) = 117+241+14=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 241 (94.53% from 255 or 64.78% from 372); Blue value is 14 (5.86% from 255 or 3.76% from 372); Max value from RGB is 241 - color contains mainly: green. Hex color #75F10E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75F10E is #8A0EF1. Grayscale: #B2B2B2. Windows color (decimal): -9047794 or 979317. OLE color: 979317.
HSL color Cylindrical-coordinate representation of color #75F10E: hue angle of 92.78º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #75F10E is Cyan = 0.51, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 241 | 14 | - |
| CMYK | 0.51 | 0 | 0.94 | 0.05 |
| HSL | 92.78º | 0.89% | 0.5% | - |
| HSV(B) | 92.78º | 0.94% | 0.95% | - |
| XYZ | 38.87 | 66.72 | 11.25 | - |
| YUV | 178.05 | 35.42 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 241 | 14 | 0.51 | 0 | 0.94 | 0.05 | 92.78 | 0.89 | 0.5 |
| Hex | 75 | F1 | E | 33 | 0 | 5E | 5 | 5D | 59 | 32 |
| Octal | 165 | 361 | 16 | 63 | 0 | 136 | 5 | 135 | 131 | 62 |
| Binary | 1110101 | 11110001 | 1110 | 110011 | 0 | 1011110 | 101 | 1011101 | 1011001 | 110010 |
Color Harmonies of #75F10E
Complementary color
Monochromatic Colors of #75F10E
Black with #75F10E
Text Example
Text Example
White with #75F10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F10E; }
p { color: rgb(117,241,14); }
H1.HeaderClassName
{
color: #75F10E;
}
.AnyTagClassName
{
color: #75F10E;
}
</style>
background-color css
<style>
a { background-color: #75F10E; }
a { background-color: rgb(117,241,14); }
div.DivClassName
{
background-color: #75F10E;
}
.BgClassName
{
background-color: #75F10E;
}
</style>
border-color css
<style>
span { border-color: #75F10E; }
span { border-color: rgb(117,241,14); }
td.TdClassName
{
border-color: #75F10E;
}
.TagClassName
{
border-color: #75F10E;
}
</style>