Shades of Light Green #75FF8E
Tints of Light Green #75FF8E
RGB
CMYK
RGB Variations
Color information
#75FF8E (or 0x75FF8E) is known color: Light Green. HEX triplet: 75, FF and 8E. RGB value is (117,255,142). Sum of RGB (Red+Green+Blue) = 117+255+142=514 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.76% from 514); Green value is 255 (100% from 255 or 49.61% from 514); Blue value is 142 (55.86% from 255 or 27.63% from 514); Max value from RGB is 255 - color contains mainly: green. Hex color #75FF8E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FF8E is #8A0071. Grayscale: #C9C9C9. Windows color (decimal): -9044082 or 9371509. OLE color: 9371509.
HSL color Cylindrical-coordinate representation of color #75FF8E: hue angle of 130.87º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75FF8E is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 255 | 142 | - |
| CMYK | 0.54 | 0 | 0.44 | 0 |
| HSL | 130.87º | 1% | 0.73% | - |
| HSV(B) | 130.87º | 0.54% | 1% | - |
| XYZ | 47.98 | 77.25 | 37.97 | - |
| YUV | 200.86 | 94.78 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 255 | 142 | 0.54 | 0 | 0.44 | 0 | 130.87 | 1 | 0.73 |
| Hex | 75 | FF | 8E | 36 | 0 | 2C | 0 | 83 | 64 | 49 |
| Octal | 165 | 377 | 216 | 66 | 0 | 54 | 0 | 203 | 144 | 111 |
| Binary | 1110101 | 11111111 | 10001110 | 110110 | 0 | 101100 | 0 | 10000011 | 1100100 | 1001001 |
Color Harmonies of #75FF8E
Complementary color
Monochromatic Colors of #75FF8E
Black with #75FF8E
Text Example
Text Example
White with #75FF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FF8E; }
p { color: rgb(117,255,142); }
H1.HeaderClassName
{
color: #75FF8E;
}
.AnyTagClassName
{
color: #75FF8E;
}
</style>
background-color css
<style>
a { background-color: #75FF8E; }
a { background-color: rgb(117,255,142); }
div.DivClassName
{
background-color: #75FF8E;
}
.BgClassName
{
background-color: #75FF8E;
}
</style>
border-color css
<style>
span { border-color: #75FF8E; }
span { border-color: rgb(117,255,142); }
td.TdClassName
{
border-color: #75FF8E;
}
.TagClassName
{
border-color: #75FF8E;
}
</style>