Shades of Lawn Green #75FF0E
Tints of Lawn Green #75FF0E
RGB
CMYK
RGB Variations
Color information
#75FF0E (or 0x75FF0E) is known color: Lawn Green. HEX triplet: 75, FF and 0E. RGB value is (117,255,14). Sum of RGB (Red+Green+Blue) = 117+255+14=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 255 (100% from 255 or 66.06% from 386); Blue value is 14 (5.86% from 255 or 3.63% from 386); Max value from RGB is 255 - color contains mainly: green. Hex color #75FF0E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75FF0E is #8A00F1. Grayscale: #BBBBBB. Windows color (decimal): -9044210 or 982901. OLE color: 982901.
HSL color Cylindrical-coordinate representation of color #75FF0E: hue angle of 94.36º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #75FF0E is Cyan = 0.54, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 255 | 14 | - |
| CMYK | 0.54 | 0 | 0.95 | 0 |
| HSL | 94.36º | 1% | 0.53% | - |
| HSV(B) | 94.36º | 0.95% | 1% | - |
| XYZ | 43.18 | 75.33 | 12.68 | - |
| YUV | 186.26 | 30.78 | 78.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 255 | 14 | 0.54 | 0 | 0.95 | 0 | 94.36 | 1 | 0.53 |
| Hex | 75 | FF | E | 36 | 0 | 5F | 0 | 5E | 64 | 35 |
| Octal | 165 | 377 | 16 | 66 | 0 | 137 | 0 | 136 | 144 | 65 |
| Binary | 1110101 | 11111111 | 1110 | 110110 | 0 | 1011111 | 0 | 1011110 | 1100100 | 110101 |
Color Harmonies of #75FF0E
Complementary color
Monochromatic Colors of #75FF0E
Black with #75FF0E
Text Example
Text Example
White with #75FF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FF0E; }
p { color: rgb(117,255,14); }
H1.HeaderClassName
{
color: #75FF0E;
}
.AnyTagClassName
{
color: #75FF0E;
}
</style>
background-color css
<style>
a { background-color: #75FF0E; }
a { background-color: rgb(117,255,14); }
div.DivClassName
{
background-color: #75FF0E;
}
.BgClassName
{
background-color: #75FF0E;
}
</style>
border-color css
<style>
span { border-color: #75FF0E; }
span { border-color: rgb(117,255,14); }
td.TdClassName
{
border-color: #75FF0E;
}
.TagClassName
{
border-color: #75FF0E;
}
</style>