Shades of Lawn Green #75F215
Tints of Lawn Green #75F215
RGB
CMYK
RGB Variations
Color information
#75F215 (or 0x75F215) is known color: Lawn Green. HEX triplet: 75, F2 and 15. RGB value is (117,242,21). Sum of RGB (Red+Green+Blue) = 117+242+21=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 242 (94.92% from 255 or 63.68% from 380); Blue value is 21 (8.59% from 255 or 5.53% from 380); Max value from RGB is 242 - color contains mainly: green. Hex color #75F215 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75F215 is #8A0DEA. Grayscale: #B4B4B4. Windows color (decimal): -9047531 or 1438325. OLE color: 1438325.
HSL color Cylindrical-coordinate representation of color #75F215: hue angle of 93.94º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75F215 is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 242 | 21 | - |
| CMYK | 0.52 | 0 | 0.91 | 0.05 |
| HSL | 93.94º | 0.89% | 0.52% | - |
| HSV(B) | 93.94º | 0.91% | 0.95% | - |
| XYZ | 39.22 | 67.34 | 11.64 | - |
| YUV | 179.43 | 38.59 | 83.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 242 | 21 | 0.52 | 0 | 0.91 | 0.05 | 93.94 | 0.89 | 0.52 |
| Hex | 75 | F2 | 15 | 34 | 0 | 5B | 5 | 5E | 59 | 34 |
| Octal | 165 | 362 | 25 | 64 | 0 | 133 | 5 | 136 | 131 | 64 |
| Binary | 1110101 | 11110010 | 10101 | 110100 | 0 | 1011011 | 101 | 1011110 | 1011001 | 110100 |
Color Harmonies of #75F215
Complementary color
Monochromatic Colors of #75F215
Black with #75F215
Text Example
Text Example
White with #75F215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F215; }
p { color: rgb(117,242,21); }
H1.HeaderClassName
{
color: #75F215;
}
.AnyTagClassName
{
color: #75F215;
}
</style>
background-color css
<style>
a { background-color: #75F215; }
a { background-color: rgb(117,242,21); }
div.DivClassName
{
background-color: #75F215;
}
.BgClassName
{
background-color: #75F215;
}
</style>
border-color css
<style>
span { border-color: #75F215; }
span { border-color: rgb(117,242,21); }
td.TdClassName
{
border-color: #75F215;
}
.TagClassName
{
border-color: #75F215;
}
</style>