Shades of Spring Bud #B8FB0F
Tints of Spring Bud #B8FB0F
RGB
CMYK
RGB Variations
Color information
#B8FB0F (or 0xB8FB0F) is known color: Spring Bud. HEX triplet: B8, FB and 0F. RGB value is (184,251,15). Sum of RGB (Red+Green+Blue) = 184+251+15=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 251 (98.44% from 255 or 55.78% from 450); Blue value is 15 (6.25% from 255 or 3.33% from 450); Max value from RGB is 251 - color contains mainly: green. Hex color #B8FB0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8FB0F is #4704F0. Grayscale: #CCCCCC. Windows color (decimal): -4654321 or 1047480. OLE color: 1047480.
HSL color Cylindrical-coordinate representation of color #B8FB0F: hue angle of 77.03º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B8FB0F is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 251 | 15 | - |
| CMYK | 0.27 | 0 | 0.94 | 0.02 |
| HSL | 77.03º | 0.97% | 0.52% | - |
| HSV(B) | 77.03º | 0.94% | 0.98% | - |
| XYZ | 54.35 | 79.22 | 12.88 | - |
| YUV | 204.06 | 21.3 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 251 | 15 | 0.27 | 0 | 0.94 | 0.02 | 77.03 | 0.97 | 0.52 |
| Hex | B8 | FB | F | 1B | 0 | 5E | 2 | 4D | 61 | 34 |
| Octal | 270 | 373 | 17 | 33 | 0 | 136 | 2 | 115 | 141 | 64 |
| Binary | 10111000 | 11111011 | 1111 | 11011 | 0 | 1011110 | 10 | 1001101 | 1100001 | 110100 |
Color Harmonies of #B8FB0F
Complementary color
Monochromatic Colors of #B8FB0F
Black with #B8FB0F
Text Example
Text Example
White with #B8FB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FB0F; }
p { color: rgb(184,251,15); }
H1.HeaderClassName
{
color: #B8FB0F;
}
.AnyTagClassName
{
color: #B8FB0F;
}
</style>
background-color css
<style>
a { background-color: #B8FB0F; }
a { background-color: rgb(184,251,15); }
div.DivClassName
{
background-color: #B8FB0F;
}
.BgClassName
{
background-color: #B8FB0F;
}
</style>
border-color css
<style>
span { border-color: #B8FB0F; }
span { border-color: rgb(184,251,15); }
td.TdClassName
{
border-color: #B8FB0F;
}
.TagClassName
{
border-color: #B8FB0F;
}
</style>