Shades of Spring Bud #B9F508
Tints of Spring Bud #B9F508
RGB
CMYK
RGB Variations
Color information
#B9F508 (or 0xB9F508) is known color: Spring Bud. HEX triplet: B9, F5 and 08. RGB value is (185,245,8). Sum of RGB (Red+Green+Blue) = 185+245+8=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 245 (96.09% from 255 or 55.94% from 438); Blue value is 8 (3.52% from 255 or 1.83% from 438); Max value from RGB is 245 - color contains mainly: green. Hex color #B9F508 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9F508 is #460AF7. Grayscale: #C8C8C8. Windows color (decimal): -4590328 or 587193. OLE color: 587193.
HSL color Cylindrical-coordinate representation of color #B9F508: hue angle of 75.19º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B9F508 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 245 | 8 | - |
| CMYK | 0.24 | 0 | 0.97 | 0.04 |
| HSL | 75.19º | 0.94% | 0.5% | - |
| HSV(B) | 75.19º | 0.97% | 0.96% | - |
| XYZ | 52.7 | 75.64 | 12.05 | - |
| YUV | 200.04 | 19.62 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 245 | 8 | 0.24 | 0 | 0.97 | 0.04 | 75.19 | 0.94 | 0.5 |
| Hex | B9 | F5 | 8 | 18 | 0 | 61 | 4 | 4B | 5E | 32 |
| Octal | 271 | 365 | 10 | 30 | 0 | 141 | 4 | 113 | 136 | 62 |
| Binary | 10111001 | 11110101 | 1000 | 11000 | 0 | 1100001 | 100 | 1001011 | 1011110 | 110010 |
Color Harmonies of #B9F508
Complementary color
Monochromatic Colors of #B9F508
Black with #B9F508
Text Example
Text Example
White with #B9F508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F508; }
p { color: rgb(185,245,8); }
H1.HeaderClassName
{
color: #B9F508;
}
.AnyTagClassName
{
color: #B9F508;
}
</style>
background-color css
<style>
a { background-color: #B9F508; }
a { background-color: rgb(185,245,8); }
div.DivClassName
{
background-color: #B9F508;
}
.BgClassName
{
background-color: #B9F508;
}
</style>
border-color css
<style>
span { border-color: #B9F508; }
span { border-color: rgb(185,245,8); }
td.TdClassName
{
border-color: #B9F508;
}
.TagClassName
{
border-color: #B9F508;
}
</style>