Shades of Light Green #9DFF74
Tints of Light Green #9DFF74
RGB
CMYK
RGB Variations
Color information
#9DFF74 (or 0x9DFF74) is known color: Light Green. HEX triplet: 9D, FF and 74. RGB value is (157,255,116). Sum of RGB (Red+Green+Blue) = 157+255+116=528 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.73% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 116 (45.70% from 255 or 21.97% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFF74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DFF74 is #62008B. Grayscale: #D2D2D2. Windows color (decimal): -6422668 or 7667613. OLE color: 7667613.
HSL color Cylindrical-coordinate representation of color #9DFF74: hue angle of 102.3º 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 #9DFF74 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 255 | 116 | - |
| CMYK | 0.38 | 0 | 0.55 | 0 |
| HSL | 102.3º | 1% | 0.73% | - |
| HSV(B) | 102.3º | 0.55% | 1% | - |
| XYZ | 52.82 | 79.95 | 29.17 | - |
| YUV | 209.85 | 75.03 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 255 | 116 | 0.38 | 0 | 0.55 | 0 | 102.3 | 1 | 0.73 |
| Hex | 9D | FF | 74 | 26 | 0 | 37 | 0 | 66 | 64 | 49 |
| Octal | 235 | 377 | 164 | 46 | 0 | 67 | 0 | 146 | 144 | 111 |
| Binary | 10011101 | 11111111 | 1110100 | 100110 | 0 | 110111 | 0 | 1100110 | 1100100 | 1001001 |
Color Harmonies of #9DFF74
Complementary color
Monochromatic Colors of #9DFF74
Black with #9DFF74
Text Example
Text Example
White with #9DFF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFF74; }
p { color: rgb(157,255,116); }
H1.HeaderClassName
{
color: #9DFF74;
}
.AnyTagClassName
{
color: #9DFF74;
}
</style>
background-color css
<style>
a { background-color: #9DFF74; }
a { background-color: rgb(157,255,116); }
div.DivClassName
{
background-color: #9DFF74;
}
.BgClassName
{
background-color: #9DFF74;
}
</style>
border-color css
<style>
span { border-color: #9DFF74; }
span { border-color: rgb(157,255,116); }
td.TdClassName
{
border-color: #9DFF74;
}
.TagClassName
{
border-color: #9DFF74;
}
</style>