Shades of Lawn Green #75F211
Tints of Lawn Green #75F211
RGB
CMYK
RGB Variations
Color information
#75F211 (or 0x75F211) is known color: Lawn Green. HEX triplet: 75, F2 and 11. RGB value is (117,242,17). Sum of RGB (Red+Green+Blue) = 117+242+17=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 242 (94.92% from 255 or 64.36% from 376); Blue value is 17 (7.03% from 255 or 4.52% from 376); Max value from RGB is 242 - color contains mainly: green. Hex color #75F211 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75F211 is #8A0DEE. Grayscale: #B3B3B3. Windows color (decimal): -9047535 or 1176181. OLE color: 1176181.
HSL color Cylindrical-coordinate representation of color #75F211: hue angle of 93.33º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #75F211 is Cyan = 0.52, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 242 | 17 | - |
| CMYK | 0.52 | 0 | 0.93 | 0.05 |
| HSL | 93.33º | 0.9% | 0.51% | - |
| HSV(B) | 93.33º | 0.93% | 0.95% | - |
| XYZ | 39.19 | 67.33 | 11.46 | - |
| YUV | 178.98 | 36.59 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 242 | 17 | 0.52 | 0 | 0.93 | 0.05 | 93.33 | 0.9 | 0.51 |
| Hex | 75 | F2 | 11 | 34 | 0 | 5D | 5 | 5D | 5A | 33 |
| Octal | 165 | 362 | 21 | 64 | 0 | 135 | 5 | 135 | 132 | 63 |
| Binary | 1110101 | 11110010 | 10001 | 110100 | 0 | 1011101 | 101 | 1011101 | 1011010 | 110011 |
Color Harmonies of #75F211
Complementary color
Monochromatic Colors of #75F211
Black with #75F211
Text Example
Text Example
White with #75F211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F211; }
p { color: rgb(117,242,17); }
H1.HeaderClassName
{
color: #75F211;
}
.AnyTagClassName
{
color: #75F211;
}
</style>
background-color css
<style>
a { background-color: #75F211; }
a { background-color: rgb(117,242,17); }
div.DivClassName
{
background-color: #75F211;
}
.BgClassName
{
background-color: #75F211;
}
</style>
border-color css
<style>
span { border-color: #75F211; }
span { border-color: rgb(117,242,17); }
td.TdClassName
{
border-color: #75F211;
}
.TagClassName
{
border-color: #75F211;
}
</style>