Shades of Spring Bud #B9F805
Tints of Spring Bud #B9F805
RGB
CMYK
RGB Variations
Color information
#B9F805 (or 0xB9F805) is known color: Spring Bud. HEX triplet: B9, F8 and 05. RGB value is (185,248,5). Sum of RGB (Red+Green+Blue) = 185+248+5=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 248 (97.27% from 255 or 56.62% from 438); Blue value is 5 (2.34% from 255 or 1.14% from 438); Max value from RGB is 248 - color contains mainly: green. Hex color #B9F805 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9F805 is #4607FA. Grayscale: #CACACA. Windows color (decimal): -4589563 or 391353. OLE color: 391353.
HSL color Cylindrical-coordinate representation of color #B9F805: hue angle of 75.56º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B9F805 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 185 | 248 | 5 | - |
| CMYK | 0.25 | 0 | 0.98 | 0.03 |
| HSL | 75.56º | 0.96% | 0.5% | - |
| HSV(B) | 75.56º | 0.98% | 0.97% | - |
| XYZ | 53.6 | 77.46 | 12.27 | - |
| YUV | 201.46 | 17.13 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 248 | 5 | 0.25 | 0 | 0.98 | 0.03 | 75.56 | 0.96 | 0.5 |
| Hex | B9 | F8 | 5 | 19 | 0 | 62 | 3 | 4C | 60 | 32 |
| Octal | 271 | 370 | 5 | 31 | 0 | 142 | 3 | 114 | 140 | 62 |
| Binary | 10111001 | 11111000 | 101 | 11001 | 0 | 1100010 | 11 | 1001100 | 1100000 | 110010 |
Color Harmonies of #B9F805
Complementary color
Monochromatic Colors of #B9F805
Black with #B9F805
Text Example
Text Example
White with #B9F805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F805; }
p { color: rgb(185,248,5); }
H1.HeaderClassName
{
color: #B9F805;
}
.AnyTagClassName
{
color: #B9F805;
}
</style>
background-color css
<style>
a { background-color: #B9F805; }
a { background-color: rgb(185,248,5); }
div.DivClassName
{
background-color: #B9F805;
}
.BgClassName
{
background-color: #B9F805;
}
</style>
border-color css
<style>
span { border-color: #B9F805; }
span { border-color: rgb(185,248,5); }
td.TdClassName
{
border-color: #B9F805;
}
.TagClassName
{
border-color: #B9F805;
}
</style>