Shades of Green Yellow #9BFC40
Tints of Green Yellow #9BFC40
RGB
CMYK
RGB Variations
Color information
#9BFC40 (or 0x9BFC40) is known color: Green Yellow. HEX triplet: 9B, FC and 40. RGB value is (155,252,64). Sum of RGB (Red+Green+Blue) = 155+252+64=471 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.91% from 471); Green value is 252 (98.83% from 255 or 53.50% from 471); Blue value is 64 (25.39% from 255 or 13.59% from 471); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFC40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9BFC40 is #6403BF. Grayscale: #CACACA. Windows color (decimal): -6554560 or 4258971. OLE color: 4258971.
HSL color Cylindrical-coordinate representation of color #9BFC40: hue angle of 90.96º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9BFC40 is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 252 | 64 | - |
| CMYK | 0.38 | 0 | 0.75 | 0.01 |
| HSL | 90.96º | 0.97% | 0.62% | - |
| HSV(B) | 90.96º | 0.75% | 0.99% | - |
| XYZ | 49.25 | 76.96 | 17.11 | - |
| YUV | 201.57 | 50.36 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 252 | 64 | 0.38 | 0 | 0.75 | 0.01 | 90.96 | 0.97 | 0.62 |
| Hex | 9B | FC | 40 | 26 | 0 | 4B | 1 | 5B | 61 | 3E |
| Octal | 233 | 374 | 100 | 46 | 0 | 113 | 1 | 133 | 141 | 76 |
| Binary | 10011011 | 11111100 | 1000000 | 100110 | 0 | 1001011 | 1 | 1011011 | 1100001 | 111110 |
Color Harmonies of #9BFC40
Complementary color
Monochromatic Colors of #9BFC40
Black with #9BFC40
Text Example
Text Example
White with #9BFC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFC40; }
p { color: rgb(155,252,64); }
H1.HeaderClassName
{
color: #9BFC40;
}
.AnyTagClassName
{
color: #9BFC40;
}
</style>
background-color css
<style>
a { background-color: #9BFC40; }
a { background-color: rgb(155,252,64); }
div.DivClassName
{
background-color: #9BFC40;
}
.BgClassName
{
background-color: #9BFC40;
}
</style>
border-color css
<style>
span { border-color: #9BFC40; }
span { border-color: rgb(155,252,64); }
td.TdClassName
{
border-color: #9BFC40;
}
.TagClassName
{
border-color: #9BFC40;
}
</style>