Shades of Light Green #9EFF74
Tints of Light Green #9EFF74
RGB
CMYK
RGB Variations
Color information
#9EFF74 (or 0x9EFF74) is known color: Light Green. HEX triplet: 9E, FF and 74. RGB value is (158,255,116). Sum of RGB (Red+Green+Blue) = 158+255+116=529 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.87% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 116 (45.70% from 255 or 21.93% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFF74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFF74 is #61008B. Grayscale: #D2D2D2. Windows color (decimal): -6357132 or 7667614. OLE color: 7667614.
HSL color Cylindrical-coordinate representation of color #9EFF74: hue angle of 101.87º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9EFF74 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 255 | 116 | - |
| CMYK | 0.38 | 0 | 0.55 | 0 |
| HSL | 101.87º | 1% | 0.73% | - |
| HSV(B) | 101.87º | 0.55% | 1% | - |
| XYZ | 53.01 | 80.05 | 29.18 | - |
| YUV | 210.15 | 74.86 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 255 | 116 | 0.38 | 0 | 0.55 | 0 | 101.87 | 1 | 0.73 |
| Hex | 9E | FF | 74 | 26 | 0 | 37 | 0 | 66 | 64 | 49 |
| Octal | 236 | 377 | 164 | 46 | 0 | 67 | 0 | 146 | 144 | 111 |
| Binary | 10011110 | 11111111 | 1110100 | 100110 | 0 | 110111 | 0 | 1100110 | 1100100 | 1001001 |
Color Harmonies of #9EFF74
Complementary color
Monochromatic Colors of #9EFF74
Black with #9EFF74
Text Example
Text Example
White with #9EFF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFF74; }
p { color: rgb(158,255,116); }
H1.HeaderClassName
{
color: #9EFF74;
}
.AnyTagClassName
{
color: #9EFF74;
}
</style>
background-color css
<style>
a { background-color: #9EFF74; }
a { background-color: rgb(158,255,116); }
div.DivClassName
{
background-color: #9EFF74;
}
.BgClassName
{
background-color: #9EFF74;
}
</style>
border-color css
<style>
span { border-color: #9EFF74; }
span { border-color: rgb(158,255,116); }
td.TdClassName
{
border-color: #9EFF74;
}
.TagClassName
{
border-color: #9EFF74;
}
</style>