Shades of Lawn Green #75FE11
Tints of Lawn Green #75FE11
RGB
CMYK
RGB Variations
Color information
#75FE11 (or 0x75FE11) is known color: Lawn Green. HEX triplet: 75, FE and 11. RGB value is (117,254,17). Sum of RGB (Red+Green+Blue) = 117+254+17=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 254 (99.61% from 255 or 65.46% from 388); Blue value is 17 (7.03% from 255 or 4.38% from 388); Max value from RGB is 254 - color contains mainly: green. Hex color #75FE11 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75FE11 is #8A01EE. Grayscale: #BABABA. Windows color (decimal): -9044463 or 1179253. OLE color: 1179253.
HSL color Cylindrical-coordinate representation of color #75FE11: hue angle of 94.68º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #75FE11 is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 254 | 17 | - |
| CMYK | 0.54 | 0 | 0.93 | 0.00 |
| HSL | 94.68º | 0.99% | 0.53% | - |
| HSV(B) | 94.68º | 0.93% | 1% | - |
| XYZ | 42.88 | 74.71 | 12.69 | - |
| YUV | 186.02 | 32.61 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 254 | 17 | 0.54 | 0 | 0.93 | 0.00 | 94.68 | 0.99 | 0.53 |
| Hex | 75 | FE | 11 | 36 | 0 | 5D | 0 | 5F | 63 | 35 |
| Octal | 165 | 376 | 21 | 66 | 0 | 135 | 0 | 137 | 143 | 65 |
| Binary | 1110101 | 11111110 | 10001 | 110110 | 0 | 1011101 | 0 | 1011111 | 1100011 | 110101 |
Color Harmonies of #75FE11
Complementary color
Monochromatic Colors of #75FE11
Black with #75FE11
Text Example
Text Example
White with #75FE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FE11; }
p { color: rgb(117,254,17); }
H1.HeaderClassName
{
color: #75FE11;
}
.AnyTagClassName
{
color: #75FE11;
}
</style>
background-color css
<style>
a { background-color: #75FE11; }
a { background-color: rgb(117,254,17); }
div.DivClassName
{
background-color: #75FE11;
}
.BgClassName
{
background-color: #75FE11;
}
</style>
border-color css
<style>
span { border-color: #75FE11; }
span { border-color: rgb(117,254,17); }
td.TdClassName
{
border-color: #75FE11;
}
.TagClassName
{
border-color: #75FE11;
}
</style>