Shades of Lawn Green #75EA14
Tints of Lawn Green #75EA14
RGB
CMYK
RGB Variations
Color information
#75EA14 (or 0x75EA14) is known color: Lawn Green. HEX triplet: 75, EA and 14. RGB value is (117,234,20). Sum of RGB (Red+Green+Blue) = 117+234+20=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 234 (91.80% from 255 or 63.07% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 234 - color contains mainly: green. Hex color #75EA14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75EA14 is #8A15EB. Grayscale: #AFAFAF. Windows color (decimal): -9049580 or 1370741. OLE color: 1370741.
HSL color Cylindrical-coordinate representation of color #75EA14: hue angle of 92.8º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75EA14 is Cyan = 0.5, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 234 | 20 | - |
| CMYK | 0.5 | 0 | 0.91 | 0.08 |
| HSL | 92.8º | 0.84% | 0.5% | - |
| HSV(B) | 92.8º | 0.91% | 0.92% | - |
| XYZ | 36.89 | 62.68 | 10.82 | - |
| YUV | 174.62 | 40.74 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 234 | 20 | 0.5 | 0 | 0.91 | 0.08 | 92.8 | 0.84 | 0.5 |
| Hex | 75 | EA | 14 | 32 | 0 | 5B | 8 | 5D | 54 | 32 |
| Octal | 165 | 352 | 24 | 62 | 0 | 133 | 10 | 135 | 124 | 62 |
| Binary | 1110101 | 11101010 | 10100 | 110010 | 0 | 1011011 | 1000 | 1011101 | 1010100 | 110010 |
Color Harmonies of #75EA14
Complementary color
Monochromatic Colors of #75EA14
Black with #75EA14
Text Example
Text Example
White with #75EA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75EA14; }
p { color: rgb(117,234,20); }
H1.HeaderClassName
{
color: #75EA14;
}
.AnyTagClassName
{
color: #75EA14;
}
</style>
background-color css
<style>
a { background-color: #75EA14; }
a { background-color: rgb(117,234,20); }
div.DivClassName
{
background-color: #75EA14;
}
.BgClassName
{
background-color: #75EA14;
}
</style>
border-color css
<style>
span { border-color: #75EA14; }
span { border-color: rgb(117,234,20); }
td.TdClassName
{
border-color: #75EA14;
}
.TagClassName
{
border-color: #75EA14;
}
</style>