Shades of Lawn Green #75FA00
Tints of Lawn Green #75FA00
RGB
CMYK
RGB Variations
Color information
#75FA00 (or 0x75FA00) is known color: Lawn Green. HEX triplet: 75, FA and 00. RGB value is (117,250,0). Sum of RGB (Red+Green+Blue) = 117+250+0=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 250 (98.05% from 255 or 68.12% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 250 - color contains mainly: green. Hex color #75FA00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75FA00 is #8A05FF. Grayscale: #B6B6B6. Windows color (decimal): -9045504 or 64117. OLE color: 64117.
HSL color Cylindrical-coordinate representation of color #75FA00: hue angle of 91.92º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #75FA00 is Cyan = 0.53, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 250 | 0 | - |
| CMYK | 0.53 | 0 | 1 | 0.02 |
| HSL | 91.92º | 1% | 0.49% | - |
| HSV(B) | 91.92º | 1% | 0.98% | - |
| XYZ | 41.52 | 72.15 | 11.74 | - |
| YUV | 181.73 | 25.44 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 250 | 0 | 0.53 | 0 | 1 | 0.02 | 91.92 | 1 | 0.49 |
| Hex | 75 | FA | 0 | 35 | 0 | 64 | 2 | 5C | 64 | 31 |
| Octal | 165 | 372 | 0 | 65 | 0 | 144 | 2 | 134 | 144 | 61 |
| Binary | 1110101 | 11111010 | 0 | 110101 | 0 | 1100100 | 10 | 1011100 | 1100100 | 110001 |
Color Harmonies of #75FA00
Complementary color
Monochromatic Colors of #75FA00
Black with #75FA00
Text Example
Text Example
White with #75FA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FA00; }
p { color: rgb(117,250,0); }
H1.HeaderClassName
{
color: #75FA00;
}
.AnyTagClassName
{
color: #75FA00;
}
</style>
background-color css
<style>
a { background-color: #75FA00; }
a { background-color: rgb(117,250,0); }
div.DivClassName
{
background-color: #75FA00;
}
.BgClassName
{
background-color: #75FA00;
}
</style>
border-color css
<style>
span { border-color: #75FA00; }
span { border-color: rgb(117,250,0); }
td.TdClassName
{
border-color: #75FA00;
}
.TagClassName
{
border-color: #75FA00;
}
</style>