Shades of Spring Bud #B8FA03
Tints of Spring Bud #B8FA03
RGB
CMYK
RGB Variations
Color information
#B8FA03 (or 0xB8FA03) is known color: Spring Bud. HEX triplet: B8, FA and 03. RGB value is (184,250,3). Sum of RGB (Red+Green+Blue) = 184+250+3=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 250 (98.05% from 255 or 57.21% from 437); Blue value is 3 (1.56% from 255 or 0.69% from 437); Max value from RGB is 250 - color contains mainly: green. Hex color #B8FA03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8FA03 is #4705FC. Grayscale: #CBCBCB. Windows color (decimal): -4654589 or 260792. OLE color: 260792.
HSL color Cylindrical-coordinate representation of color #B8FA03: hue angle of 76.03º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B8FA03 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 250 | 3 | - |
| CMYK | 0.26 | 0 | 0.99 | 0.02 |
| HSL | 76.03º | 0.98% | 0.5% | - |
| HSV(B) | 76.03º | 0.99% | 0.98% | - |
| XYZ | 53.97 | 78.57 | 12.41 | - |
| YUV | 202.11 | 15.63 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 250 | 3 | 0.26 | 0 | 0.99 | 0.02 | 76.03 | 0.98 | 0.5 |
| Hex | B8 | FA | 3 | 1A | 0 | 63 | 2 | 4C | 62 | 32 |
| Octal | 270 | 372 | 3 | 32 | 0 | 143 | 2 | 114 | 142 | 62 |
| Binary | 10111000 | 11111010 | 11 | 11010 | 0 | 1100011 | 10 | 1001100 | 1100010 | 110010 |
Color Harmonies of #B8FA03
Complementary color
Monochromatic Colors of #B8FA03
Black with #B8FA03
Text Example
Text Example
White with #B8FA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FA03; }
p { color: rgb(184,250,3); }
H1.HeaderClassName
{
color: #B8FA03;
}
.AnyTagClassName
{
color: #B8FA03;
}
</style>
background-color css
<style>
a { background-color: #B8FA03; }
a { background-color: rgb(184,250,3); }
div.DivClassName
{
background-color: #B8FA03;
}
.BgClassName
{
background-color: #B8FA03;
}
</style>
border-color css
<style>
span { border-color: #B8FA03; }
span { border-color: rgb(184,250,3); }
td.TdClassName
{
border-color: #B8FA03;
}
.TagClassName
{
border-color: #B8FA03;
}
</style>