Shades of Lawn Green #75EC10
Tints of Lawn Green #75EC10
RGB
CMYK
RGB Variations
Color information
#75EC10 (or 0x75EC10) is known color: Lawn Green. HEX triplet: 75, EC and 10. RGB value is (117,236,16). Sum of RGB (Red+Green+Blue) = 117+236+16=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 236 (92.58% from 255 or 63.96% from 369); Blue value is 16 (6.64% from 255 or 4.34% from 369); Max value from RGB is 236 - color contains mainly: green. Hex color #75EC10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75EC10 is #8A13EF. Grayscale: #B0B0B0. Windows color (decimal): -9049072 or 1109109. OLE color: 1109109.
HSL color Cylindrical-coordinate representation of color #75EC10: hue angle of 92.45º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #75EC10 is Cyan = 0.50, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 236 | 16 | - |
| CMYK | 0.50 | 0 | 0.93 | 0.07 |
| HSL | 92.45º | 0.87% | 0.49% | - |
| HSV(B) | 92.45º | 0.93% | 0.93% | - |
| XYZ | 37.43 | 63.81 | 10.83 | - |
| YUV | 175.34 | 38.08 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 236 | 16 | 0.50 | 0 | 0.93 | 0.07 | 92.45 | 0.87 | 0.49 |
| Hex | 75 | EC | 10 | 32 | 0 | 5D | 7 | 5C | 57 | 31 |
| Octal | 165 | 354 | 20 | 62 | 0 | 135 | 7 | 134 | 127 | 61 |
| Binary | 1110101 | 11101100 | 10000 | 110010 | 0 | 1011101 | 111 | 1011100 | 1010111 | 110001 |
Color Harmonies of #75EC10
Complementary color
Monochromatic Colors of #75EC10
Black with #75EC10
Text Example
Text Example
White with #75EC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75EC10; }
p { color: rgb(117,236,16); }
H1.HeaderClassName
{
color: #75EC10;
}
.AnyTagClassName
{
color: #75EC10;
}
</style>
background-color css
<style>
a { background-color: #75EC10; }
a { background-color: rgb(117,236,16); }
div.DivClassName
{
background-color: #75EC10;
}
.BgClassName
{
background-color: #75EC10;
}
</style>
border-color css
<style>
span { border-color: #75EC10; }
span { border-color: rgb(117,236,16); }
td.TdClassName
{
border-color: #75EC10;
}
.TagClassName
{
border-color: #75EC10;
}
</style>