Shades of Green Yellow #9FFE40
Tints of Green Yellow #9FFE40
RGB
CMYK
RGB Variations
Color information
#9FFE40 (or 0x9FFE40) is known color: Green Yellow. HEX triplet: 9F, FE and 40. RGB value is (159,254,64). Sum of RGB (Red+Green+Blue) = 159+254+64=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 254 (99.61% from 255 or 53.25% from 477); Blue value is 64 (25.39% from 255 or 13.42% from 477); Max value from RGB is 254 - color contains mainly: green. Hex color #9FFE40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9FFE40 is #6001BF. Grayscale: #CCCCCC. Windows color (decimal): -6291904 or 4259487. OLE color: 4259487.
HSL color Cylindrical-coordinate representation of color #9FFE40: hue angle of 90º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9FFE40 is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 254 | 64 | - |
| CMYK | 0.37 | 0 | 0.75 | 0.00 |
| HSL | 90º | 0.99% | 0.62% | - |
| HSV(B) | 90º | 0.75% | 1% | - |
| XYZ | 50.67 | 78.62 | 17.36 | - |
| YUV | 203.94 | 49.03 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 254 | 64 | 0.37 | 0 | 0.75 | 0.00 | 90 | 0.99 | 0.62 |
| Hex | 9F | FE | 40 | 25 | 0 | 4B | 0 | 5A | 63 | 3E |
| Octal | 237 | 376 | 100 | 45 | 0 | 113 | 0 | 132 | 143 | 76 |
| Binary | 10011111 | 11111110 | 1000000 | 100101 | 0 | 1001011 | 0 | 1011010 | 1100011 | 111110 |
Color Harmonies of #9FFE40
Complementary color
Monochromatic Colors of #9FFE40
Black with #9FFE40
Text Example
Text Example
White with #9FFE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFE40; }
p { color: rgb(159,254,64); }
H1.HeaderClassName
{
color: #9FFE40;
}
.AnyTagClassName
{
color: #9FFE40;
}
</style>
background-color css
<style>
a { background-color: #9FFE40; }
a { background-color: rgb(159,254,64); }
div.DivClassName
{
background-color: #9FFE40;
}
.BgClassName
{
background-color: #9FFE40;
}
</style>
border-color css
<style>
span { border-color: #9FFE40; }
span { border-color: rgb(159,254,64); }
td.TdClassName
{
border-color: #9FFE40;
}
.TagClassName
{
border-color: #9FFE40;
}
</style>