Shades of Green Yellow #9BFA40
Tints of Green Yellow #9BFA40
RGB
CMYK
RGB Variations
Color information
#9BFA40 (or 0x9BFA40) is known color: Green Yellow. HEX triplet: 9B, FA and 40. RGB value is (155,250,64). Sum of RGB (Red+Green+Blue) = 155+250+64=469 (62% of max value = 765). Red value is 155 (60.94% from 255 or 33.05% from 469); Green value is 250 (98.05% from 255 or 53.30% from 469); Blue value is 64 (25.39% from 255 or 13.65% from 469); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFA40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9BFA40 is #6405BF. Grayscale: #C9C9C9. Windows color (decimal): -6555072 or 4258459. OLE color: 4258459.
HSL color Cylindrical-coordinate representation of color #9BFA40: hue angle of 90.65º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9BFA40 is Cyan = 0.38, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 250 | 64 | - |
| CMYK | 0.38 | 0 | 0.74 | 0.02 |
| HSL | 90.65º | 0.95% | 0.62% | - |
| HSV(B) | 90.65º | 0.74% | 0.98% | - |
| XYZ | 48.63 | 75.71 | 16.9 | - |
| YUV | 200.39 | 51.03 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 250 | 64 | 0.38 | 0 | 0.74 | 0.02 | 90.65 | 0.95 | 0.62 |
| Hex | 9B | FA | 40 | 26 | 0 | 4A | 2 | 5B | 5F | 3E |
| Octal | 233 | 372 | 100 | 46 | 0 | 112 | 2 | 133 | 137 | 76 |
| Binary | 10011011 | 11111010 | 1000000 | 100110 | 0 | 1001010 | 10 | 1011011 | 1011111 | 111110 |
Color Harmonies of #9BFA40
Complementary color
Monochromatic Colors of #9BFA40
Black with #9BFA40
Text Example
Text Example
White with #9BFA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFA40; }
p { color: rgb(155,250,64); }
H1.HeaderClassName
{
color: #9BFA40;
}
.AnyTagClassName
{
color: #9BFA40;
}
</style>
background-color css
<style>
a { background-color: #9BFA40; }
a { background-color: rgb(155,250,64); }
div.DivClassName
{
background-color: #9BFA40;
}
.BgClassName
{
background-color: #9BFA40;
}
</style>
border-color css
<style>
span { border-color: #9BFA40; }
span { border-color: rgb(155,250,64); }
td.TdClassName
{
border-color: #9BFA40;
}
.TagClassName
{
border-color: #9BFA40;
}
</style>