Shades of Spring Bud #B8F406
Tints of Spring Bud #B8F406
RGB
CMYK
RGB Variations
Color information
#B8F406 (or 0xB8F406) is known color: Spring Bud. HEX triplet: B8, F4 and 06. RGB value is (184,244,6). Sum of RGB (Red+Green+Blue) = 184+244+6=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 244 (95.70% from 255 or 56.22% from 434); Blue value is 6 (2.73% from 255 or 1.38% from 434); Max value from RGB is 244 - color contains mainly: green. Hex color #B8F406 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8F406 is #470BF9. Grayscale: #C7C7C7. Windows color (decimal): -4656122 or 455864. OLE color: 455864.
HSL color Cylindrical-coordinate representation of color #B8F406: hue angle of 75.13º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B8F406 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 244 | 6 | - |
| CMYK | 0.25 | 0 | 0.98 | 0.04 |
| HSL | 75.13º | 0.95% | 0.49% | - |
| HSV(B) | 75.13º | 0.98% | 0.96% | - |
| XYZ | 52.15 | 74.9 | 11.88 | - |
| YUV | 198.93 | 19.12 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 244 | 6 | 0.25 | 0 | 0.98 | 0.04 | 75.13 | 0.95 | 0.49 |
| Hex | B8 | F4 | 6 | 19 | 0 | 62 | 4 | 4B | 5F | 31 |
| Octal | 270 | 364 | 6 | 31 | 0 | 142 | 4 | 113 | 137 | 61 |
| Binary | 10111000 | 11110100 | 110 | 11001 | 0 | 1100010 | 100 | 1001011 | 1011111 | 110001 |
Color Harmonies of #B8F406
Complementary color
Monochromatic Colors of #B8F406
Black with #B8F406
Text Example
Text Example
White with #B8F406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F406; }
p { color: rgb(184,244,6); }
H1.HeaderClassName
{
color: #B8F406;
}
.AnyTagClassName
{
color: #B8F406;
}
</style>
background-color css
<style>
a { background-color: #B8F406; }
a { background-color: rgb(184,244,6); }
div.DivClassName
{
background-color: #B8F406;
}
.BgClassName
{
background-color: #B8F406;
}
</style>
border-color css
<style>
span { border-color: #B8F406; }
span { border-color: rgb(184,244,6); }
td.TdClassName
{
border-color: #B8F406;
}
.TagClassName
{
border-color: #B8F406;
}
</style>