Shades of Spring Bud #B9FD03
Tints of Spring Bud #B9FD03
RGB
CMYK
RGB Variations
Color information
#B9FD03 (or 0xB9FD03) is known color: Spring Bud. HEX triplet: B9, FD and 03. RGB value is (185,253,3). Sum of RGB (Red+Green+Blue) = 185+253+3=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 253 (99.22% from 255 or 57.37% from 441); Blue value is 3 (1.56% from 255 or 0.68% from 441); Max value from RGB is 253 - color contains mainly: green. Hex color #B9FD03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9FD03 is #4602FC. Grayscale: #CDCDCD. Windows color (decimal): -4588285 or 261561. OLE color: 261561.
HSL color Cylindrical-coordinate representation of color #B9FD03: hue angle of 76.32º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B9FD03 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 253 | 3 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.01 |
| HSL | 76.32º | 0.98% | 0.5% | - |
| HSV(B) | 76.32º | 0.99% | 0.99% | - |
| XYZ | 55.15 | 80.57 | 12.73 | - |
| YUV | 204.17 | 14.47 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 253 | 3 | 0.27 | 0 | 0.99 | 0.01 | 76.32 | 0.98 | 0.5 |
| Hex | B9 | FD | 3 | 1B | 0 | 63 | 1 | 4C | 62 | 32 |
| Octal | 271 | 375 | 3 | 33 | 0 | 143 | 1 | 114 | 142 | 62 |
| Binary | 10111001 | 11111101 | 11 | 11011 | 0 | 1100011 | 1 | 1001100 | 1100010 | 110010 |
Color Harmonies of #B9FD03
Complementary color
Monochromatic Colors of #B9FD03
Black with #B9FD03
Text Example
Text Example
White with #B9FD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FD03; }
p { color: rgb(185,253,3); }
H1.HeaderClassName
{
color: #B9FD03;
}
.AnyTagClassName
{
color: #B9FD03;
}
</style>
background-color css
<style>
a { background-color: #B9FD03; }
a { background-color: rgb(185,253,3); }
div.DivClassName
{
background-color: #B9FD03;
}
.BgClassName
{
background-color: #B9FD03;
}
</style>
border-color css
<style>
span { border-color: #B9FD03; }
span { border-color: rgb(185,253,3); }
td.TdClassName
{
border-color: #B9FD03;
}
.TagClassName
{
border-color: #B9FD03;
}
</style>