Shades of Spring Bud #B0FE09
Tints of Spring Bud #B0FE09
RGB
CMYK
RGB Variations
Color information
#B0FE09 (or 0xB0FE09) is known color: Spring Bud. HEX triplet: B0, FE and 09. RGB value is (176,254,9). Sum of RGB (Red+Green+Blue) = 176+254+9=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 254 (99.61% from 255 or 57.86% from 439); Blue value is 9 (3.91% from 255 or 2.05% from 439); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FE09 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0FE09 is #4F01F6. Grayscale: #CBCBCB. Windows color (decimal): -5177847 or 655024. OLE color: 655024.
HSL color Cylindrical-coordinate representation of color #B0FE09: hue angle of 79.1º 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 #B0FE09 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 254 | 9 | - |
| CMYK | 0.31 | 0 | 0.96 | 0.00 |
| HSL | 79.1º | 0.99% | 0.52% | - |
| HSV(B) | 79.1º | 0.96% | 1% | - |
| XYZ | 53.4 | 80.13 | 12.91 | - |
| YUV | 202.75 | 18.66 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 254 | 9 | 0.31 | 0 | 0.96 | 0.00 | 79.1 | 0.99 | 0.52 |
| Hex | B0 | FE | 9 | 1F | 0 | 60 | 0 | 4F | 63 | 34 |
| Octal | 260 | 376 | 11 | 37 | 0 | 140 | 0 | 117 | 143 | 64 |
| Binary | 10110000 | 11111110 | 1001 | 11111 | 0 | 1100000 | 0 | 1001111 | 1100011 | 110100 |
Color Harmonies of #B0FE09
Complementary color
Monochromatic Colors of #B0FE09
Black with #B0FE09
Text Example
Text Example
White with #B0FE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FE09; }
p { color: rgb(176,254,9); }
H1.HeaderClassName
{
color: #B0FE09;
}
.AnyTagClassName
{
color: #B0FE09;
}
</style>
background-color css
<style>
a { background-color: #B0FE09; }
a { background-color: rgb(176,254,9); }
div.DivClassName
{
background-color: #B0FE09;
}
.BgClassName
{
background-color: #B0FE09;
}
</style>
border-color css
<style>
span { border-color: #B0FE09; }
span { border-color: rgb(176,254,9); }
td.TdClassName
{
border-color: #B0FE09;
}
.TagClassName
{
border-color: #B0FE09;
}
</style>