Shades of Spring Bud #B5FA04
Tints of Spring Bud #B5FA04
RGB
CMYK
RGB Variations
Color information
#B5FA04 (or 0xB5FA04) is known color: Spring Bud. HEX triplet: B5, FA and 04. RGB value is (181,250,4). Sum of RGB (Red+Green+Blue) = 181+250+4=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 250 (98.05% from 255 or 57.47% from 435); Blue value is 4 (1.95% from 255 or 0.92% from 435); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FA04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5FA04 is #4A05FB. Grayscale: #CACACA. Windows color (decimal): -4851196 or 326325. OLE color: 326325.
HSL color Cylindrical-coordinate representation of color #B5FA04: hue angle of 76.83º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B5FA04 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 250 | 4 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.02 |
| HSL | 76.83º | 0.97% | 0.5% | - |
| HSV(B) | 76.83º | 0.98% | 0.98% | - |
| XYZ | 53.26 | 78.2 | 12.4 | - |
| YUV | 201.33 | 16.64 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 250 | 4 | 0.28 | 0 | 0.98 | 0.02 | 76.83 | 0.97 | 0.5 |
| Hex | B5 | FA | 4 | 1C | 0 | 62 | 2 | 4D | 61 | 32 |
| Octal | 265 | 372 | 4 | 34 | 0 | 142 | 2 | 115 | 141 | 62 |
| Binary | 10110101 | 11111010 | 100 | 11100 | 0 | 1100010 | 10 | 1001101 | 1100001 | 110010 |
Color Harmonies of #B5FA04
Complementary color
Monochromatic Colors of #B5FA04
Black with #B5FA04
Text Example
Text Example
White with #B5FA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FA04; }
p { color: rgb(181,250,4); }
H1.HeaderClassName
{
color: #B5FA04;
}
.AnyTagClassName
{
color: #B5FA04;
}
</style>
background-color css
<style>
a { background-color: #B5FA04; }
a { background-color: rgb(181,250,4); }
div.DivClassName
{
background-color: #B5FA04;
}
.BgClassName
{
background-color: #B5FA04;
}
</style>
border-color css
<style>
span { border-color: #B5FA04; }
span { border-color: rgb(181,250,4); }
td.TdClassName
{
border-color: #B5FA04;
}
.TagClassName
{
border-color: #B5FA04;
}
</style>