Shades of Green Yellow #9BFA50
Tints of Green Yellow #9BFA50
RGB
CMYK
RGB Variations
Color information
#9BFA50 (or 0x9BFA50) is known color: Green Yellow. HEX triplet: 9B, FA and 50. RGB value is (155,250,80). Sum of RGB (Red+Green+Blue) = 155+250+80=485 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.96% from 485); Green value is 250 (98.05% from 255 or 51.55% from 485); Blue value is 80 (31.64% from 255 or 16.49% from 485); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFA50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFA50 is #6405AF. Grayscale: #CACACA. Windows color (decimal): -6555056 or 5307035. OLE color: 5307035.
HSL color Cylindrical-coordinate representation of color #9BFA50: hue angle of 93.53º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9BFA50 is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 250 | 80 | - |
| CMYK | 0.38 | 0 | 0.68 | 0.02 |
| HSL | 93.53º | 0.94% | 0.65% | - |
| HSV(B) | 93.53º | 0.68% | 0.98% | - |
| XYZ | 49.15 | 75.92 | 19.65 | - |
| YUV | 202.22 | 59.03 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 250 | 80 | 0.38 | 0 | 0.68 | 0.02 | 93.53 | 0.94 | 0.65 |
| Hex | 9B | FA | 50 | 26 | 0 | 44 | 2 | 5E | 5E | 41 |
| Octal | 233 | 372 | 120 | 46 | 0 | 104 | 2 | 136 | 136 | 101 |
| Binary | 10011011 | 11111010 | 1010000 | 100110 | 0 | 1000100 | 10 | 1011110 | 1011110 | 1000001 |
Color Harmonies of #9BFA50
Complementary color
Monochromatic Colors of #9BFA50
Black with #9BFA50
Text Example
Text Example
White with #9BFA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFA50; }
p { color: rgb(155,250,80); }
H1.HeaderClassName
{
color: #9BFA50;
}
.AnyTagClassName
{
color: #9BFA50;
}
</style>
background-color css
<style>
a { background-color: #9BFA50; }
a { background-color: rgb(155,250,80); }
div.DivClassName
{
background-color: #9BFA50;
}
.BgClassName
{
background-color: #9BFA50;
}
</style>
border-color css
<style>
span { border-color: #9BFA50; }
span { border-color: rgb(155,250,80); }
td.TdClassName
{
border-color: #9BFA50;
}
.TagClassName
{
border-color: #9BFA50;
}
</style>