Shades of Spring Bud #B8F705
Tints of Spring Bud #B8F705
RGB
CMYK
RGB Variations
Color information
#B8F705 (or 0xB8F705) is known color: Spring Bud. HEX triplet: B8, F7 and 05. RGB value is (184,247,5). Sum of RGB (Red+Green+Blue) = 184+247+5=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 247 (96.88% from 255 or 56.65% from 436); Blue value is 5 (2.34% from 255 or 1.15% from 436); Max value from RGB is 247 - color contains mainly: green. Hex color #B8F705 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8F705 is #4708FA. Grayscale: #C9C9C9. Windows color (decimal): -4655355 or 391096. OLE color: 391096.
HSL color Cylindrical-coordinate representation of color #B8F705: hue angle of 75.62º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B8F705 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 184 | 247 | 5 | - |
| CMYK | 0.26 | 0 | 0.98 | 0.03 |
| HSL | 75.62º | 0.96% | 0.49% | - |
| HSV(B) | 75.62º | 0.98% | 0.97% | - |
| XYZ | 53.06 | 76.72 | 12.16 | - |
| YUV | 200.58 | 17.63 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 247 | 5 | 0.26 | 0 | 0.98 | 0.03 | 75.62 | 0.96 | 0.49 |
| Hex | B8 | F7 | 5 | 1A | 0 | 62 | 3 | 4C | 60 | 31 |
| Octal | 270 | 367 | 5 | 32 | 0 | 142 | 3 | 114 | 140 | 61 |
| Binary | 10111000 | 11110111 | 101 | 11010 | 0 | 1100010 | 11 | 1001100 | 1100000 | 110001 |
Color Harmonies of #B8F705
Complementary color
Monochromatic Colors of #B8F705
Black with #B8F705
Text Example
Text Example
White with #B8F705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F705; }
p { color: rgb(184,247,5); }
H1.HeaderClassName
{
color: #B8F705;
}
.AnyTagClassName
{
color: #B8F705;
}
</style>
background-color css
<style>
a { background-color: #B8F705; }
a { background-color: rgb(184,247,5); }
div.DivClassName
{
background-color: #B8F705;
}
.BgClassName
{
background-color: #B8F705;
}
</style>
border-color css
<style>
span { border-color: #B8F705; }
span { border-color: rgb(184,247,5); }
td.TdClassName
{
border-color: #B8F705;
}
.TagClassName
{
border-color: #B8F705;
}
</style>