Shades of Lawn Green #75E721
Tints of Lawn Green #75E721
RGB
CMYK
RGB Variations
Color information
#75E721 (or 0x75E721) is known color: Lawn Green. HEX triplet: 75, E7 and 21. RGB value is (117,231,33). Sum of RGB (Red+Green+Blue) = 117+231+33=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 231 (90.62% from 255 or 60.63% from 381); Blue value is 33 (13.28% from 255 or 8.66% from 381); Max value from RGB is 231 - color contains mainly: green. Hex color #75E721 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75E721 is #8A18DE. Grayscale: #AFAFAF. Windows color (decimal): -9050335 or 2221941. OLE color: 2221941.
HSL color Cylindrical-coordinate representation of color #75E721: hue angle of 94.55º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #75E721 is Cyan = 0.49, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 231 | 33 | - |
| CMYK | 0.49 | 0 | 0.86 | 0.09 |
| HSL | 94.55º | 0.8% | 0.52% | - |
| HSV(B) | 94.55º | 0.86% | 0.91% | - |
| XYZ | 36.19 | 61.04 | 11.31 | - |
| YUV | 174.34 | 48.23 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 231 | 33 | 0.49 | 0 | 0.86 | 0.09 | 94.55 | 0.8 | 0.52 |
| Hex | 75 | E7 | 21 | 31 | 0 | 56 | 9 | 5F | 50 | 34 |
| Octal | 165 | 347 | 41 | 61 | 0 | 126 | 11 | 137 | 120 | 64 |
| Binary | 1110101 | 11100111 | 100001 | 110001 | 0 | 1010110 | 1001 | 1011111 | 1010000 | 110100 |
Color Harmonies of #75E721
Complementary color
Monochromatic Colors of #75E721
Black with #75E721
Text Example
Text Example
White with #75E721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E721; }
p { color: rgb(117,231,33); }
H1.HeaderClassName
{
color: #75E721;
}
.AnyTagClassName
{
color: #75E721;
}
</style>
background-color css
<style>
a { background-color: #75E721; }
a { background-color: rgb(117,231,33); }
div.DivClassName
{
background-color: #75E721;
}
.BgClassName
{
background-color: #75E721;
}
</style>
border-color css
<style>
span { border-color: #75E721; }
span { border-color: rgb(117,231,33); }
td.TdClassName
{
border-color: #75E721;
}
.TagClassName
{
border-color: #75E721;
}
</style>