Shades of Green Yellow #9FFF32
Tints of Green Yellow #9FFF32
RGB
CMYK
RGB Variations
Color information
#9FFF32 (or 0x9FFF32) is known color: Green Yellow. HEX triplet: 9F, FF and 32. RGB value is (159,255,50). Sum of RGB (Red+Green+Blue) = 159+255+50=464 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.27% from 464); Green value is 255 (100% from 255 or 54.96% from 464); Blue value is 50 (19.92% from 255 or 10.78% from 464); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFF32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9FFF32 is #6000CD. Grayscale: #CBCBCB. Windows color (decimal): -6291662 or 3342239. OLE color: 3342239.
HSL color Cylindrical-coordinate representation of color #9FFF32: hue angle of 88.1º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9FFF32 is Cyan = 0.38, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 255 | 50 | - |
| CMYK | 0.38 | 0 | 0.80 | 0 |
| HSL | 88.1º | 1% | 0.6% | - |
| HSV(B) | 88.1º | 0.8% | 1% | - |
| XYZ | 50.63 | 79.12 | 15.62 | - |
| YUV | 202.93 | 41.7 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 255 | 50 | 0.38 | 0 | 0.80 | 0 | 88.1 | 1 | 0.6 |
| Hex | 9F | FF | 32 | 26 | 0 | 50 | 0 | 58 | 64 | 3C |
| Octal | 237 | 377 | 62 | 46 | 0 | 120 | 0 | 130 | 144 | 74 |
| Binary | 10011111 | 11111111 | 110010 | 100110 | 0 | 1010000 | 0 | 1011000 | 1100100 | 111100 |
Color Harmonies of #9FFF32
Complementary color
Monochromatic Colors of #9FFF32
Black with #9FFF32
Text Example
Text Example
White with #9FFF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFF32; }
p { color: rgb(159,255,50); }
H1.HeaderClassName
{
color: #9FFF32;
}
.AnyTagClassName
{
color: #9FFF32;
}
</style>
background-color css
<style>
a { background-color: #9FFF32; }
a { background-color: rgb(159,255,50); }
div.DivClassName
{
background-color: #9FFF32;
}
.BgClassName
{
background-color: #9FFF32;
}
</style>
border-color css
<style>
span { border-color: #9FFF32; }
span { border-color: rgb(159,255,50); }
td.TdClassName
{
border-color: #9FFF32;
}
.TagClassName
{
border-color: #9FFF32;
}
</style>