Shades of Green Yellow #9FF232
Tints of Green Yellow #9FF232
RGB
CMYK
RGB Variations
Color information
#9FF232 (or 0x9FF232) is known color: Green Yellow. HEX triplet: 9F, F2 and 32. RGB value is (159,242,50). Sum of RGB (Red+Green+Blue) = 159+242+50=451 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.25% from 451); Green value is 242 (94.92% from 255 or 53.66% from 451); Blue value is 50 (19.92% from 255 or 11.09% from 451); Max value from RGB is 242 - color contains mainly: green. Hex color #9FF232 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9FF232 is #600DCD. Grayscale: #C3C3C3. Windows color (decimal): -6294990 or 3338911. OLE color: 3338911.
HSL color Cylindrical-coordinate representation of color #9FF232: hue angle of 85.94º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9FF232 is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 242 | 50 | - |
| CMYK | 0.34 | 0 | 0.79 | 0.05 |
| HSL | 85.94º | 0.88% | 0.57% | - |
| HSV(B) | 85.94º | 0.79% | 0.95% | - |
| XYZ | 46.63 | 71.11 | 14.28 | - |
| YUV | 195.3 | 46 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 242 | 50 | 0.34 | 0 | 0.79 | 0.05 | 85.94 | 0.88 | 0.57 |
| Hex | 9F | F2 | 32 | 22 | 0 | 4F | 5 | 56 | 58 | 39 |
| Octal | 237 | 362 | 62 | 42 | 0 | 117 | 5 | 126 | 130 | 71 |
| Binary | 10011111 | 11110010 | 110010 | 100010 | 0 | 1001111 | 101 | 1010110 | 1011000 | 111001 |
Color Harmonies of #9FF232
Complementary color
Monochromatic Colors of #9FF232
Black with #9FF232
Text Example
Text Example
White with #9FF232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF232; }
p { color: rgb(159,242,50); }
H1.HeaderClassName
{
color: #9FF232;
}
.AnyTagClassName
{
color: #9FF232;
}
</style>
background-color css
<style>
a { background-color: #9FF232; }
a { background-color: rgb(159,242,50); }
div.DivClassName
{
background-color: #9FF232;
}
.BgClassName
{
background-color: #9FF232;
}
</style>
border-color css
<style>
span { border-color: #9FF232; }
span { border-color: rgb(159,242,50); }
td.TdClassName
{
border-color: #9FF232;
}
.TagClassName
{
border-color: #9FF232;
}
</style>