Shades of Green Yellow #9BFF40
Tints of Green Yellow #9BFF40
RGB
CMYK
RGB Variations
Color information
#9BFF40 (or 0x9BFF40) is known color: Green Yellow. HEX triplet: 9B, FF and 40. RGB value is (155,255,64). Sum of RGB (Red+Green+Blue) = 155+255+64=474 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.70% from 474); Green value is 255 (100% from 255 or 53.80% from 474); Blue value is 64 (25.39% from 255 or 13.50% from 474); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFF40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9BFF40 is #6400BF. Grayscale: #CBCBCB. Windows color (decimal): -6553792 or 4259739. OLE color: 4259739.
HSL color Cylindrical-coordinate representation of color #9BFF40: hue angle of 91.41º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9BFF40 is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 64 | - |
| CMYK | 0.39 | 0 | 0.75 | 0 |
| HSL | 91.41º | 1% | 0.63% | - |
| HSV(B) | 91.41º | 0.75% | 1% | - |
| XYZ | 50.2 | 78.86 | 17.43 | - |
| YUV | 203.33 | 49.37 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 64 | 0.39 | 0 | 0.75 | 0 | 91.41 | 1 | 0.63 |
| Hex | 9B | FF | 40 | 27 | 0 | 4B | 0 | 5B | 64 | 3F |
| Octal | 233 | 377 | 100 | 47 | 0 | 113 | 0 | 133 | 144 | 77 |
| Binary | 10011011 | 11111111 | 1000000 | 100111 | 0 | 1001011 | 0 | 1011011 | 1100100 | 111111 |
Color Harmonies of #9BFF40
Complementary color
Monochromatic Colors of #9BFF40
Black with #9BFF40
Text Example
Text Example
White with #9BFF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFF40; }
p { color: rgb(155,255,64); }
H1.HeaderClassName
{
color: #9BFF40;
}
.AnyTagClassName
{
color: #9BFF40;
}
</style>
background-color css
<style>
a { background-color: #9BFF40; }
a { background-color: rgb(155,255,64); }
div.DivClassName
{
background-color: #9BFF40;
}
.BgClassName
{
background-color: #9BFF40;
}
</style>
border-color css
<style>
span { border-color: #9BFF40; }
span { border-color: rgb(155,255,64); }
td.TdClassName
{
border-color: #9BFF40;
}
.TagClassName
{
border-color: #9BFF40;
}
</style>