Shades of Light Green #75FEA0
Tints of Light Green #75FEA0
RGB
CMYK
RGB Variations
Color information
#75FEA0 (or 0x75FEA0) is known color: Light Green. HEX triplet: 75, FE and A0. RGB value is (117,254,160). Sum of RGB (Red+Green+Blue) = 117+254+160=531 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.03% from 531); Green value is 254 (99.61% from 255 or 47.83% from 531); Blue value is 160 (62.89% from 255 or 30.13% from 531); Max value from RGB is 254 - color contains mainly: green. Hex color #75FEA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FEA0 is #8A015F. Grayscale: #CACACA. Windows color (decimal): -9044320 or 10550901. OLE color: 10550901.
HSL color Cylindrical-coordinate representation of color #75FEA0: hue angle of 138.83º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75FEA0 is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 254 | 160 | - |
| CMYK | 0.54 | 0 | 0.37 | 0.00 |
| HSL | 138.83º | 0.99% | 0.73% | - |
| HSV(B) | 138.83º | 0.54% | 1% | - |
| XYZ | 49.12 | 77.2 | 45.57 | - |
| YUV | 202.32 | 104.11 | 67.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 254 | 160 | 0.54 | 0 | 0.37 | 0.00 | 138.83 | 0.99 | 0.73 |
| Hex | 75 | FE | A0 | 36 | 0 | 25 | 0 | 8B | 63 | 49 |
| Octal | 165 | 376 | 240 | 66 | 0 | 45 | 0 | 213 | 143 | 111 |
| Binary | 1110101 | 11111110 | 10100000 | 110110 | 0 | 100101 | 0 | 10001011 | 1100011 | 1001001 |
Color Harmonies of #75FEA0
Complementary color
Monochromatic Colors of #75FEA0
Black with #75FEA0
Text Example
Text Example
White with #75FEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FEA0; }
p { color: rgb(117,254,160); }
H1.HeaderClassName
{
color: #75FEA0;
}
.AnyTagClassName
{
color: #75FEA0;
}
</style>
background-color css
<style>
a { background-color: #75FEA0; }
a { background-color: rgb(117,254,160); }
div.DivClassName
{
background-color: #75FEA0;
}
.BgClassName
{
background-color: #75FEA0;
}
</style>
border-color css
<style>
span { border-color: #75FEA0; }
span { border-color: rgb(117,254,160); }
td.TdClassName
{
border-color: #75FEA0;
}
.TagClassName
{
border-color: #75FEA0;
}
</style>