Shades of Spring Bud #B4FE09
Tints of Spring Bud #B4FE09
RGB
CMYK
RGB Variations
Color information
#B4FE09 (or 0xB4FE09) is known color: Spring Bud. HEX triplet: B4, FE and 09. RGB value is (180,254,9). Sum of RGB (Red+Green+Blue) = 180+254+9=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 254 (99.61% from 255 or 57.34% from 443); Blue value is 9 (3.91% from 255 or 2.03% from 443); Max value from RGB is 254 - color contains mainly: green. Hex color #B4FE09 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B4FE09 is #4B01F6. Grayscale: #CCCCCC. Windows color (decimal): -4915703 or 655028. OLE color: 655028.
HSL color Cylindrical-coordinate representation of color #B4FE09: hue angle of 78.12º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B4FE09 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 254 | 9 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.00 |
| HSL | 78.12º | 0.99% | 0.52% | - |
| HSV(B) | 78.12º | 0.96% | 1% | - |
| XYZ | 54.31 | 80.61 | 12.95 | - |
| YUV | 203.94 | 17.98 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 254 | 9 | 0.29 | 0 | 0.96 | 0.00 | 78.12 | 0.99 | 0.52 |
| Hex | B4 | FE | 9 | 1D | 0 | 60 | 0 | 4E | 63 | 34 |
| Octal | 264 | 376 | 11 | 35 | 0 | 140 | 0 | 116 | 143 | 64 |
| Binary | 10110100 | 11111110 | 1001 | 11101 | 0 | 1100000 | 0 | 1001110 | 1100011 | 110100 |
Color Harmonies of #B4FE09
Complementary color
Monochromatic Colors of #B4FE09
Black with #B4FE09
Text Example
Text Example
White with #B4FE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FE09; }
p { color: rgb(180,254,9); }
H1.HeaderClassName
{
color: #B4FE09;
}
.AnyTagClassName
{
color: #B4FE09;
}
</style>
background-color css
<style>
a { background-color: #B4FE09; }
a { background-color: rgb(180,254,9); }
div.DivClassName
{
background-color: #B4FE09;
}
.BgClassName
{
background-color: #B4FE09;
}
</style>
border-color css
<style>
span { border-color: #B4FE09; }
span { border-color: rgb(180,254,9); }
td.TdClassName
{
border-color: #B4FE09;
}
.TagClassName
{
border-color: #B4FE09;
}
</style>