Shades of Lawn Green #75F220
Tints of Lawn Green #75F220
RGB
CMYK
RGB Variations
Color information
#75F220 (or 0x75F220) is known color: Lawn Green. HEX triplet: 75, F2 and 20. RGB value is (117,242,32). Sum of RGB (Red+Green+Blue) = 117+242+32=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 242 (94.92% from 255 or 61.89% from 391); Blue value is 32 (12.89% from 255 or 8.18% from 391); Max value from RGB is 242 - color contains mainly: green. Hex color #75F220 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75F220 is #8A0DDF. Grayscale: #B5B5B5. Windows color (decimal): -9047520 or 2159221. OLE color: 2159221.
HSL color Cylindrical-coordinate representation of color #75F220: hue angle of 95.71º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #75F220 is Cyan = 0.52, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 242 | 32 | - |
| CMYK | 0.52 | 0 | 0.87 | 0.05 |
| HSL | 95.71º | 0.89% | 0.54% | - |
| HSV(B) | 95.71º | 0.87% | 0.95% | - |
| XYZ | 39.35 | 67.39 | 12.3 | - |
| YUV | 180.69 | 44.09 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 242 | 32 | 0.52 | 0 | 0.87 | 0.05 | 95.71 | 0.89 | 0.54 |
| Hex | 75 | F2 | 20 | 34 | 0 | 57 | 5 | 60 | 59 | 36 |
| Octal | 165 | 362 | 40 | 64 | 0 | 127 | 5 | 140 | 131 | 66 |
| Binary | 1110101 | 11110010 | 100000 | 110100 | 0 | 1010111 | 101 | 1100000 | 1011001 | 110110 |
Color Harmonies of #75F220
Complementary color
Monochromatic Colors of #75F220
Black with #75F220
Text Example
Text Example
White with #75F220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F220; }
p { color: rgb(117,242,32); }
H1.HeaderClassName
{
color: #75F220;
}
.AnyTagClassName
{
color: #75F220;
}
</style>
background-color css
<style>
a { background-color: #75F220; }
a { background-color: rgb(117,242,32); }
div.DivClassName
{
background-color: #75F220;
}
.BgClassName
{
background-color: #75F220;
}
</style>
border-color css
<style>
span { border-color: #75F220; }
span { border-color: rgb(117,242,32); }
td.TdClassName
{
border-color: #75F220;
}
.TagClassName
{
border-color: #75F220;
}
</style>