Shades of Spring Bud #B3FE04
Tints of Spring Bud #B3FE04
RGB
CMYK
RGB Variations
Color information
#B3FE04 (or 0xB3FE04) is known color: Spring Bud. HEX triplet: B3, FE and 04. RGB value is (179,254,4). Sum of RGB (Red+Green+Blue) = 179+254+4=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 254 (99.61% from 255 or 58.12% from 437); Blue value is 4 (1.95% from 255 or 0.92% from 437); Max value from RGB is 254 - color contains mainly: green. Hex color #B3FE04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B3FE04 is #4C01FB. Grayscale: #CBCBCB. Windows color (decimal): -4981244 or 327347. OLE color: 327347.
HSL color Cylindrical-coordinate representation of color #B3FE04: hue angle of 78º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B3FE04 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 254 | 4 | - |
| CMYK | 0.30 | 0 | 0.98 | 0.00 |
| HSL | 78º | 0.99% | 0.51% | - |
| HSV(B) | 78º | 0.98% | 1% | - |
| XYZ | 54.05 | 80.48 | 12.8 | - |
| YUV | 203.08 | 15.65 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 254 | 4 | 0.30 | 0 | 0.98 | 0.00 | 78 | 0.99 | 0.51 |
| Hex | B3 | FE | 4 | 1E | 0 | 62 | 0 | 4E | 63 | 33 |
| Octal | 263 | 376 | 4 | 36 | 0 | 142 | 0 | 116 | 143 | 63 |
| Binary | 10110011 | 11111110 | 100 | 11110 | 0 | 1100010 | 0 | 1001110 | 1100011 | 110011 |
Color Harmonies of #B3FE04
Complementary color
Monochromatic Colors of #B3FE04
Black with #B3FE04
Text Example
Text Example
White with #B3FE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FE04; }
p { color: rgb(179,254,4); }
H1.HeaderClassName
{
color: #B3FE04;
}
.AnyTagClassName
{
color: #B3FE04;
}
</style>
background-color css
<style>
a { background-color: #B3FE04; }
a { background-color: rgb(179,254,4); }
div.DivClassName
{
background-color: #B3FE04;
}
.BgClassName
{
background-color: #B3FE04;
}
</style>
border-color css
<style>
span { border-color: #B3FE04; }
span { border-color: rgb(179,254,4); }
td.TdClassName
{
border-color: #B3FE04;
}
.TagClassName
{
border-color: #B3FE04;
}
</style>