Shades of Lawn Green #75EF17
Tints of Lawn Green #75EF17
RGB
CMYK
RGB Variations
Color information
#75EF17 (or 0x75EF17) is known color: Lawn Green. HEX triplet: 75, EF and 17. RGB value is (117,239,23). Sum of RGB (Red+Green+Blue) = 117+239+23=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 239 (93.75% from 255 or 63.06% from 379); Blue value is 23 (9.38% from 255 or 6.07% from 379); Max value from RGB is 239 - color contains mainly: green. Hex color #75EF17 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75EF17 is #8A10E8. Grayscale: #B2B2B2. Windows color (decimal): -9048297 or 1568629. OLE color: 1568629.
HSL color Cylindrical-coordinate representation of color #75EF17: hue angle of 93.89º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75EF17 is Cyan = 0.51, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 239 | 23 | - |
| CMYK | 0.51 | 0 | 0.90 | 0.06 |
| HSL | 93.89º | 0.87% | 0.51% | - |
| HSV(B) | 93.89º | 0.9% | 0.94% | - |
| XYZ | 38.36 | 65.58 | 11.45 | - |
| YUV | 177.9 | 40.58 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 239 | 23 | 0.51 | 0 | 0.90 | 0.06 | 93.89 | 0.87 | 0.51 |
| Hex | 75 | EF | 17 | 33 | 0 | 5A | 6 | 5E | 57 | 33 |
| Octal | 165 | 357 | 27 | 63 | 0 | 132 | 6 | 136 | 127 | 63 |
| Binary | 1110101 | 11101111 | 10111 | 110011 | 0 | 1011010 | 110 | 1011110 | 1010111 | 110011 |
Color Harmonies of #75EF17
Complementary color
Monochromatic Colors of #75EF17
Black with #75EF17
Text Example
Text Example
White with #75EF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75EF17; }
p { color: rgb(117,239,23); }
H1.HeaderClassName
{
color: #75EF17;
}
.AnyTagClassName
{
color: #75EF17;
}
</style>
background-color css
<style>
a { background-color: #75EF17; }
a { background-color: rgb(117,239,23); }
div.DivClassName
{
background-color: #75EF17;
}
.BgClassName
{
background-color: #75EF17;
}
</style>
border-color css
<style>
span { border-color: #75EF17; }
span { border-color: rgb(117,239,23); }
td.TdClassName
{
border-color: #75EF17;
}
.TagClassName
{
border-color: #75EF17;
}
</style>