Shades of Lawn Green #75E711
Tints of Lawn Green #75E711
RGB
CMYK
RGB Variations
Color information
#75E711 (or 0x75E711) is known color: Lawn Green. HEX triplet: 75, E7 and 11. RGB value is (117,231,17). Sum of RGB (Red+Green+Blue) = 117+231+17=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 231 (90.62% from 255 or 63.29% from 365); Blue value is 17 (7.03% from 255 or 4.66% from 365); Max value from RGB is 231 - color contains mainly: green. Hex color #75E711 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75E711 is #8A18EE. Grayscale: #ADADAD. Windows color (decimal): -9050351 or 1173365. OLE color: 1173365.
HSL color Cylindrical-coordinate representation of color #75E711: hue angle of 91.96º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #75E711 is Cyan = 0.49, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 231 | 17 | - |
| CMYK | 0.49 | 0 | 0.93 | 0.09 |
| HSL | 91.96º | 0.86% | 0.49% | - |
| HSV(B) | 91.96º | 0.93% | 0.91% | - |
| XYZ | 36.01 | 60.97 | 10.4 | - |
| YUV | 172.52 | 40.23 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 231 | 17 | 0.49 | 0 | 0.93 | 0.09 | 91.96 | 0.86 | 0.49 |
| Hex | 75 | E7 | 11 | 31 | 0 | 5D | 9 | 5C | 56 | 31 |
| Octal | 165 | 347 | 21 | 61 | 0 | 135 | 11 | 134 | 126 | 61 |
| Binary | 1110101 | 11100111 | 10001 | 110001 | 0 | 1011101 | 1001 | 1011100 | 1010110 | 110001 |
Color Harmonies of #75E711
Complementary color
Monochromatic Colors of #75E711
Black with #75E711
Text Example
Text Example
White with #75E711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E711; }
p { color: rgb(117,231,17); }
H1.HeaderClassName
{
color: #75E711;
}
.AnyTagClassName
{
color: #75E711;
}
</style>
background-color css
<style>
a { background-color: #75E711; }
a { background-color: rgb(117,231,17); }
div.DivClassName
{
background-color: #75E711;
}
.BgClassName
{
background-color: #75E711;
}
</style>
border-color css
<style>
span { border-color: #75E711; }
span { border-color: rgb(117,231,17); }
td.TdClassName
{
border-color: #75E711;
}
.TagClassName
{
border-color: #75E711;
}
</style>