Shades of Light Green #9EFD75
Tints of Light Green #9EFD75
RGB
CMYK
RGB Variations
Color information
#9EFD75 (or 0x9EFD75) is known color: Light Green. HEX triplet: 9E, FD and 75. RGB value is (158,253,117). Sum of RGB (Red+Green+Blue) = 158+253+117=528 (69% of max value = 765). Red value is 158 (62.11% from 255 or 29.92% from 528); Green value is 253 (99.22% from 255 or 47.92% from 528); Blue value is 117 (46.09% from 255 or 22.16% from 528); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFD75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFD75 is #61028A. Grayscale: #D1D1D1. Windows color (decimal): -6357643 or 7732638. OLE color: 7732638.
HSL color Cylindrical-coordinate representation of color #9EFD75: hue angle of 101.91º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9EFD75 is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 253 | 117 | - |
| CMYK | 0.38 | 0 | 0.54 | 0.01 |
| HSL | 101.91º | 0.97% | 0.73% | - |
| HSV(B) | 101.91º | 0.54% | 0.99% | - |
| XYZ | 52.44 | 78.8 | 29.28 | - |
| YUV | 209.09 | 76.03 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 253 | 117 | 0.38 | 0 | 0.54 | 0.01 | 101.91 | 0.97 | 0.73 |
| Hex | 9E | FD | 75 | 26 | 0 | 36 | 1 | 66 | 61 | 49 |
| Octal | 236 | 375 | 165 | 46 | 0 | 66 | 1 | 146 | 141 | 111 |
| Binary | 10011110 | 11111101 | 1110101 | 100110 | 0 | 110110 | 1 | 1100110 | 1100001 | 1001001 |
Color Harmonies of #9EFD75
Complementary color
Monochromatic Colors of #9EFD75
Black with #9EFD75
Text Example
Text Example
White with #9EFD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFD75; }
p { color: rgb(158,253,117); }
H1.HeaderClassName
{
color: #9EFD75;
}
.AnyTagClassName
{
color: #9EFD75;
}
</style>
background-color css
<style>
a { background-color: #9EFD75; }
a { background-color: rgb(158,253,117); }
div.DivClassName
{
background-color: #9EFD75;
}
.BgClassName
{
background-color: #9EFD75;
}
</style>
border-color css
<style>
span { border-color: #9EFD75; }
span { border-color: rgb(158,253,117); }
td.TdClassName
{
border-color: #9EFD75;
}
.TagClassName
{
border-color: #9EFD75;
}
</style>