Shades of Light Green #75F4A0
Tints of Light Green #75F4A0
RGB
CMYK
RGB Variations
Color information
#75F4A0 (or 0x75F4A0) is known color: Light Green. HEX triplet: 75, F4 and A0. RGB value is (117,244,160). Sum of RGB (Red+Green+Blue) = 117+244+160=521 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.46% from 521); Green value is 244 (95.70% from 255 or 46.83% from 521); Blue value is 160 (62.89% from 255 or 30.71% from 521); Max value from RGB is 244 - color contains mainly: green. Hex color #75F4A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75F4A0 is #8A0B5F. Grayscale: #C4C4C4. Windows color (decimal): -9046880 or 10548341. OLE color: 10548341.
HSL color Cylindrical-coordinate representation of color #75F4A0: hue angle of 140.31º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75F4A0 is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 117 | 244 | 160 | - |
| CMYK | 0.52 | 0 | 0.34 | 0.04 |
| HSL | 140.32º | 0.85% | 0.71% | - |
| HSV(B) | 140.32º | 0.52% | 0.96% | - |
| XYZ | 46.03 | 71.02 | 44.54 | - |
| YUV | 196.45 | 107.42 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 244 | 160 | 0.52 | 0 | 0.34 | 0.04 | 140.32 | 0.85 | 0.71 |
| Hex | 75 | F4 | A0 | 34 | 0 | 22 | 4 | 8C | 55 | 47 |
| Octal | 165 | 364 | 240 | 64 | 0 | 42 | 4 | 214 | 125 | 107 |
| Binary | 1110101 | 11110100 | 10100000 | 110100 | 0 | 100010 | 100 | 10001100 | 1010101 | 1000111 |
Color Harmonies of #75F4A0
Complementary color
Monochromatic Colors of #75F4A0
Black with #75F4A0
Text Example
Text Example
White with #75F4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F4A0; }
p { color: rgb(117,244,160); }
H1.HeaderClassName
{
color: #75F4A0;
}
.AnyTagClassName
{
color: #75F4A0;
}
</style>
background-color css
<style>
a { background-color: #75F4A0; }
a { background-color: rgb(117,244,160); }
div.DivClassName
{
background-color: #75F4A0;
}
.BgClassName
{
background-color: #75F4A0;
}
</style>
border-color css
<style>
span { border-color: #75F4A0; }
span { border-color: rgb(117,244,160); }
td.TdClassName
{
border-color: #75F4A0;
}
.TagClassName
{
border-color: #75F4A0;
}
</style>