Shades of Lawn Green #75EF16
Tints of Lawn Green #75EF16
RGB
CMYK
RGB Variations
Color information
#75EF16 (or 0x75EF16) is known color: Lawn Green. HEX triplet: 75, EF and 16. RGB value is (117,239,22). Sum of RGB (Red+Green+Blue) = 117+239+22=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 239 (93.75% from 255 or 63.23% from 378); Blue value is 22 (8.98% from 255 or 5.82% from 378); Max value from RGB is 239 - color contains mainly: green. Hex color #75EF16 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75EF16 is #8A10E9. Grayscale: #B2B2B2. Windows color (decimal): -9048298 or 1503093. OLE color: 1503093.
HSL color Cylindrical-coordinate representation of color #75EF16: hue angle of 93.73º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75EF16 is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 239 | 22 | - |
| CMYK | 0.51 | 0 | 0.91 | 0.06 |
| HSL | 93.73º | 0.87% | 0.51% | - |
| HSV(B) | 93.73º | 0.91% | 0.94% | - |
| XYZ | 38.35 | 65.57 | 11.39 | - |
| YUV | 177.78 | 40.08 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 239 | 22 | 0.51 | 0 | 0.91 | 0.06 | 93.73 | 0.87 | 0.51 |
| Hex | 75 | EF | 16 | 33 | 0 | 5B | 6 | 5E | 57 | 33 |
| Octal | 165 | 357 | 26 | 63 | 0 | 133 | 6 | 136 | 127 | 63 |
| Binary | 1110101 | 11101111 | 10110 | 110011 | 0 | 1011011 | 110 | 1011110 | 1010111 | 110011 |
Color Harmonies of #75EF16
Complementary color
Monochromatic Colors of #75EF16
Black with #75EF16
Text Example
Text Example
White with #75EF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75EF16; }
p { color: rgb(117,239,22); }
H1.HeaderClassName
{
color: #75EF16;
}
.AnyTagClassName
{
color: #75EF16;
}
</style>
background-color css
<style>
a { background-color: #75EF16; }
a { background-color: rgb(117,239,22); }
div.DivClassName
{
background-color: #75EF16;
}
.BgClassName
{
background-color: #75EF16;
}
</style>
border-color css
<style>
span { border-color: #75EF16; }
span { border-color: rgb(117,239,22); }
td.TdClassName
{
border-color: #75EF16;
}
.TagClassName
{
border-color: #75EF16;
}
</style>