Shades of Spring Bud #B8F408
Tints of Spring Bud #B8F408
RGB
CMYK
RGB Variations
Color information
#B8F408 (or 0xB8F408) is known color: Spring Bud. HEX triplet: B8, F4 and 08. RGB value is (184,244,8). Sum of RGB (Red+Green+Blue) = 184+244+8=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 244 (95.70% from 255 or 55.96% from 436); Blue value is 8 (3.52% from 255 or 1.83% from 436); Max value from RGB is 244 - color contains mainly: green. Hex color #B8F408 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8F408 is #470BF7. Grayscale: #C8C8C8. Windows color (decimal): -4656120 or 586936. OLE color: 586936.
HSL color Cylindrical-coordinate representation of color #B8F408: hue angle of 75.25º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B8F408 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 244 | 8 | - |
| CMYK | 0.25 | 0 | 0.97 | 0.04 |
| HSL | 75.25º | 0.94% | 0.49% | - |
| HSV(B) | 75.25º | 0.97% | 0.96% | - |
| XYZ | 52.16 | 74.91 | 11.94 | - |
| YUV | 199.16 | 20.12 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 244 | 8 | 0.25 | 0 | 0.97 | 0.04 | 75.25 | 0.94 | 0.49 |
| Hex | B8 | F4 | 8 | 19 | 0 | 61 | 4 | 4B | 5E | 31 |
| Octal | 270 | 364 | 10 | 31 | 0 | 141 | 4 | 113 | 136 | 61 |
| Binary | 10111000 | 11110100 | 1000 | 11001 | 0 | 1100001 | 100 | 1001011 | 1011110 | 110001 |
Color Harmonies of #B8F408
Complementary color
Monochromatic Colors of #B8F408
Black with #B8F408
Text Example
Text Example
White with #B8F408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F408; }
p { color: rgb(184,244,8); }
H1.HeaderClassName
{
color: #B8F408;
}
.AnyTagClassName
{
color: #B8F408;
}
</style>
background-color css
<style>
a { background-color: #B8F408; }
a { background-color: rgb(184,244,8); }
div.DivClassName
{
background-color: #B8F408;
}
.BgClassName
{
background-color: #B8F408;
}
</style>
border-color css
<style>
span { border-color: #B8F408; }
span { border-color: rgb(184,244,8); }
td.TdClassName
{
border-color: #B8F408;
}
.TagClassName
{
border-color: #B8F408;
}
</style>