Shades of Green Yellow #B9FA31
Tints of Green Yellow #B9FA31
RGB
CMYK
RGB Variations
Color information
#B9FA31 (or 0xB9FA31) is known color: Green Yellow. HEX triplet: B9, FA and 31. RGB value is (185,250,49). Sum of RGB (Red+Green+Blue) = 185+250+49=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 250 (98.05% from 255 or 51.65% from 484); Blue value is 49 (19.53% from 255 or 10.12% from 484); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FA31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9FA31 is #4605CE. Grayscale: #D0D0D0. Windows color (decimal): -4589007 or 3275449. OLE color: 3275449.
HSL color Cylindrical-coordinate representation of color #B9FA31: hue angle of 79.4º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B9FA31 is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 250 | 49 | - |
| CMYK | 0.26 | 0 | 0.80 | 0.02 |
| HSL | 79.4º | 0.95% | 0.59% | - |
| HSV(B) | 79.4º | 0.8% | 0.98% | - |
| XYZ | 54.75 | 78.91 | 15.25 | - |
| YUV | 207.65 | 38.47 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 250 | 49 | 0.26 | 0 | 0.80 | 0.02 | 79.4 | 0.95 | 0.59 |
| Hex | B9 | FA | 31 | 1A | 0 | 50 | 2 | 4F | 5F | 3B |
| Octal | 271 | 372 | 61 | 32 | 0 | 120 | 2 | 117 | 137 | 73 |
| Binary | 10111001 | 11111010 | 110001 | 11010 | 0 | 1010000 | 10 | 1001111 | 1011111 | 111011 |
Color Harmonies of #B9FA31
Complementary color
Monochromatic Colors of #B9FA31
Black with #B9FA31
Text Example
Text Example
White with #B9FA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FA31; }
p { color: rgb(185,250,49); }
H1.HeaderClassName
{
color: #B9FA31;
}
.AnyTagClassName
{
color: #B9FA31;
}
</style>
background-color css
<style>
a { background-color: #B9FA31; }
a { background-color: rgb(185,250,49); }
div.DivClassName
{
background-color: #B9FA31;
}
.BgClassName
{
background-color: #B9FA31;
}
</style>
border-color css
<style>
span { border-color: #B9FA31; }
span { border-color: rgb(185,250,49); }
td.TdClassName
{
border-color: #B9FA31;
}
.TagClassName
{
border-color: #B9FA31;
}
</style>