Shades of Light Green #75FA91
Tints of Light Green #75FA91
RGB
CMYK
RGB Variations
Color information
#75FA91 (or 0x75FA91) is known color: Light Green. HEX triplet: 75, FA and 91. RGB value is (117,250,145). Sum of RGB (Red+Green+Blue) = 117+250+145=512 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.85% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 250 - color contains mainly: green. Hex color #75FA91 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FA91 is #8A056E. Grayscale: #C6C6C6. Windows color (decimal): -9045359 or 9566837. OLE color: 9566837.
HSL color Cylindrical-coordinate representation of color #75FA91: hue angle of 132.63º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75FA91 is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 250 | 145 | - |
| CMYK | 0.53 | 0 | 0.42 | 0.02 |
| HSL | 132.63º | 0.93% | 0.72% | - |
| HSV(B) | 132.63º | 0.53% | 0.98% | - |
| XYZ | 46.63 | 74.2 | 38.65 | - |
| YUV | 198.26 | 97.94 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 250 | 145 | 0.53 | 0 | 0.42 | 0.02 | 132.63 | 0.93 | 0.72 |
| Hex | 75 | FA | 91 | 35 | 0 | 2A | 2 | 85 | 5D | 48 |
| Octal | 165 | 372 | 221 | 65 | 0 | 52 | 2 | 205 | 135 | 110 |
| Binary | 1110101 | 11111010 | 10010001 | 110101 | 0 | 101010 | 10 | 10000101 | 1011101 | 1001000 |
Color Harmonies of #75FA91
Complementary color
Monochromatic Colors of #75FA91
Black with #75FA91
Text Example
Text Example
White with #75FA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FA91; }
p { color: rgb(117,250,145); }
H1.HeaderClassName
{
color: #75FA91;
}
.AnyTagClassName
{
color: #75FA91;
}
</style>
background-color css
<style>
a { background-color: #75FA91; }
a { background-color: rgb(117,250,145); }
div.DivClassName
{
background-color: #75FA91;
}
.BgClassName
{
background-color: #75FA91;
}
</style>
border-color css
<style>
span { border-color: #75FA91; }
span { border-color: rgb(117,250,145); }
td.TdClassName
{
border-color: #75FA91;
}
.TagClassName
{
border-color: #75FA91;
}
</style>