Shades of Light Green #75FF9C
Tints of Light Green #75FF9C
RGB
CMYK
RGB Variations
Color information
#75FF9C (or 0x75FF9C) is known color: Light Green. HEX triplet: 75, FF and 9C. RGB value is (117,255,156). Sum of RGB (Red+Green+Blue) = 117+255+156=528 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.16% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 156 (61.33% from 255 or 29.55% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #75FF9C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75FF9C is #8A0063. Grayscale: #CACACA. Windows color (decimal): -9044068 or 10289013. OLE color: 10289013.
HSL color Cylindrical-coordinate representation of color #75FF9C: hue angle of 136.96º 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 #75FF9C is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 255 | 156 | - |
| CMYK | 0.54 | 0 | 0.39 | 0 |
| HSL | 136.96º | 1% | 0.73% | - |
| HSV(B) | 136.96º | 0.54% | 1% | - |
| XYZ | 49.1 | 77.7 | 43.86 | - |
| YUV | 202.45 | 101.78 | 67.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 255 | 156 | 0.54 | 0 | 0.39 | 0 | 136.96 | 1 | 0.73 |
| Hex | 75 | FF | 9C | 36 | 0 | 27 | 0 | 89 | 64 | 49 |
| Octal | 165 | 377 | 234 | 66 | 0 | 47 | 0 | 211 | 144 | 111 |
| Binary | 1110101 | 11111111 | 10011100 | 110110 | 0 | 100111 | 0 | 10001001 | 1100100 | 1001001 |
Color Harmonies of #75FF9C
Complementary color
Monochromatic Colors of #75FF9C
Black with #75FF9C
Text Example
Text Example
White with #75FF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FF9C; }
p { color: rgb(117,255,156); }
H1.HeaderClassName
{
color: #75FF9C;
}
.AnyTagClassName
{
color: #75FF9C;
}
</style>
background-color css
<style>
a { background-color: #75FF9C; }
a { background-color: rgb(117,255,156); }
div.DivClassName
{
background-color: #75FF9C;
}
.BgClassName
{
background-color: #75FF9C;
}
</style>
border-color css
<style>
span { border-color: #75FF9C; }
span { border-color: rgb(117,255,156); }
td.TdClassName
{
border-color: #75FF9C;
}
.TagClassName
{
border-color: #75FF9C;
}
</style>