Shades of Spring Bud #B8FA0E
Tints of Spring Bud #B8FA0E
RGB
CMYK
RGB Variations
Color information
#B8FA0E (or 0xB8FA0E) is known color: Spring Bud. HEX triplet: B8, FA and 0E. RGB value is (184,250,14). Sum of RGB (Red+Green+Blue) = 184+250+14=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 250 (98.05% from 255 or 55.80% from 448); Blue value is 14 (5.86% from 255 or 3.12% from 448); Max value from RGB is 250 - color contains mainly: green. Hex color #B8FA0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8FA0E is #4705F1. Grayscale: #CCCCCC. Windows color (decimal): -4654578 or 981688. OLE color: 981688.
HSL color Cylindrical-coordinate representation of color #B8FA0E: hue angle of 76.78º degrees, saturation: 0.96, 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 #B8FA0E is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 250 | 14 | - |
| CMYK | 0.26 | 0 | 0.94 | 0.02 |
| HSL | 76.78º | 0.96% | 0.52% | - |
| HSV(B) | 76.78º | 0.94% | 0.98% | - |
| XYZ | 54.03 | 78.59 | 12.74 | - |
| YUV | 203.36 | 21.13 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 250 | 14 | 0.26 | 0 | 0.94 | 0.02 | 76.78 | 0.96 | 0.52 |
| Hex | B8 | FA | E | 1A | 0 | 5E | 2 | 4D | 60 | 34 |
| Octal | 270 | 372 | 16 | 32 | 0 | 136 | 2 | 115 | 140 | 64 |
| Binary | 10111000 | 11111010 | 1110 | 11010 | 0 | 1011110 | 10 | 1001101 | 1100000 | 110100 |
Color Harmonies of #B8FA0E
Complementary color
Monochromatic Colors of #B8FA0E
Black with #B8FA0E
Text Example
Text Example
White with #B8FA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FA0E; }
p { color: rgb(184,250,14); }
H1.HeaderClassName
{
color: #B8FA0E;
}
.AnyTagClassName
{
color: #B8FA0E;
}
</style>
background-color css
<style>
a { background-color: #B8FA0E; }
a { background-color: rgb(184,250,14); }
div.DivClassName
{
background-color: #B8FA0E;
}
.BgClassName
{
background-color: #B8FA0E;
}
</style>
border-color css
<style>
span { border-color: #B8FA0E; }
span { border-color: rgb(184,250,14); }
td.TdClassName
{
border-color: #B8FA0E;
}
.TagClassName
{
border-color: #B8FA0E;
}
</style>