Shades of Light Green #75FF8C
Tints of Light Green #75FF8C
RGB
CMYK
RGB Variations
Color information
#75FF8C (or 0x75FF8C) is known color: Light Green. HEX triplet: 75, FF and 8C. RGB value is (117,255,140). Sum of RGB (Red+Green+Blue) = 117+255+140=512 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.85% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #75FF8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FF8C is #8A0073. Grayscale: #C8C8C8. Windows color (decimal): -9044084 or 9240437. OLE color: 9240437.
HSL color Cylindrical-coordinate representation of color #75FF8C: hue angle of 130º 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 #75FF8C is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 255 | 140 | - |
| CMYK | 0.54 | 0 | 0.45 | 0 |
| HSL | 130º | 1% | 0.73% | - |
| HSV(B) | 130º | 0.54% | 1% | - |
| XYZ | 47.83 | 77.2 | 37.19 | - |
| YUV | 200.63 | 93.78 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 255 | 140 | 0.54 | 0 | 0.45 | 0 | 130 | 1 | 0.73 |
| Hex | 75 | FF | 8C | 36 | 0 | 2D | 0 | 82 | 64 | 49 |
| Octal | 165 | 377 | 214 | 66 | 0 | 55 | 0 | 202 | 144 | 111 |
| Binary | 1110101 | 11111111 | 10001100 | 110110 | 0 | 101101 | 0 | 10000010 | 1100100 | 1001001 |
Color Harmonies of #75FF8C
Complementary color
Monochromatic Colors of #75FF8C
Black with #75FF8C
Text Example
Text Example
White with #75FF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FF8C; }
p { color: rgb(117,255,140); }
H1.HeaderClassName
{
color: #75FF8C;
}
.AnyTagClassName
{
color: #75FF8C;
}
</style>
background-color css
<style>
a { background-color: #75FF8C; }
a { background-color: rgb(117,255,140); }
div.DivClassName
{
background-color: #75FF8C;
}
.BgClassName
{
background-color: #75FF8C;
}
</style>
border-color css
<style>
span { border-color: #75FF8C; }
span { border-color: rgb(117,255,140); }
td.TdClassName
{
border-color: #75FF8C;
}
.TagClassName
{
border-color: #75FF8C;
}
</style>