Shades of Lawn Green #75F100
Tints of Lawn Green #75F100
RGB
CMYK
RGB Variations
Color information
#75F100 (or 0x75F100) is known color: Lawn Green. HEX triplet: 75, F1 and 00. RGB value is (117,241,0). Sum of RGB (Red+Green+Blue) = 117+241+0=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 241 (94.53% from 255 or 67.32% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 241 - color contains mainly: green. Hex color #75F100 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75F100 is #8A0EFF. Grayscale: #B1B1B1. Windows color (decimal): -9047808 or 61813. OLE color: 61813.
HSL color Cylindrical-coordinate representation of color #75F100: hue angle of 90.87º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #75F100 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 241 | 0 | - |
| CMYK | 0.51 | 0 | 1 | 0.05 |
| HSL | 90.87º | 1% | 0.47% | - |
| HSV(B) | 90.87º | 1% | 0.95% | - |
| XYZ | 38.79 | 66.69 | 10.83 | - |
| YUV | 176.45 | 28.42 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 241 | 0 | 0.51 | 0 | 1 | 0.05 | 90.87 | 1 | 0.47 |
| Hex | 75 | F1 | 0 | 33 | 0 | 64 | 5 | 5B | 64 | 2F |
| Octal | 165 | 361 | 0 | 63 | 0 | 144 | 5 | 133 | 144 | 57 |
| Binary | 1110101 | 11110001 | 0 | 110011 | 0 | 1100100 | 101 | 1011011 | 1100100 | 101111 |
Color Harmonies of #75F100
Complementary color
Monochromatic Colors of #75F100
Black with #75F100
Text Example
Text Example
White with #75F100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F100; }
p { color: rgb(117,241,0); }
H1.HeaderClassName
{
color: #75F100;
}
.AnyTagClassName
{
color: #75F100;
}
</style>
background-color css
<style>
a { background-color: #75F100; }
a { background-color: rgb(117,241,0); }
div.DivClassName
{
background-color: #75F100;
}
.BgClassName
{
background-color: #75F100;
}
</style>
border-color css
<style>
span { border-color: #75F100; }
span { border-color: rgb(117,241,0); }
td.TdClassName
{
border-color: #75F100;
}
.TagClassName
{
border-color: #75F100;
}
</style>