Shades of Spring Bud #B8F701
Tints of Spring Bud #B8F701
RGB
CMYK
RGB Variations
Color information
#B8F701 (or 0xB8F701) is known color: Spring Bud. HEX triplet: B8, F7 and 01. RGB value is (184,247,1). Sum of RGB (Red+Green+Blue) = 184+247+1=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 247 (96.88% from 255 or 57.18% from 432); Blue value is 1 (0.78% from 255 or 0.23% from 432); Max value from RGB is 247 - color contains mainly: green. Hex color #B8F701 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8F701 is #4708FE. Grayscale: #C9C9C9. Windows color (decimal): -4655359 or 128952. OLE color: 128952.
HSL color Cylindrical-coordinate representation of color #B8F701: hue angle of 75.37º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B8F701 is Cyan = 0.26, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 184 | 247 | 1 | - |
| CMYK | 0.26 | 0 | 1.00 | 0.03 |
| HSL | 75.37º | 0.99% | 0.49% | - |
| HSV(B) | 75.37º | 1% | 0.97% | - |
| XYZ | 53.03 | 76.71 | 12.04 | - |
| YUV | 200.12 | 15.63 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 247 | 1 | 0.26 | 0 | 1.00 | 0.03 | 75.37 | 0.99 | 0.49 |
| Hex | B8 | F7 | 1 | 1A | 0 | 64 | 3 | 4B | 63 | 31 |
| Octal | 270 | 367 | 1 | 32 | 0 | 144 | 3 | 113 | 143 | 61 |
| Binary | 10111000 | 11110111 | 1 | 11010 | 0 | 1100100 | 11 | 1001011 | 1100011 | 110001 |
Color Harmonies of #B8F701
Complementary color
Monochromatic Colors of #B8F701
Black with #B8F701
Text Example
Text Example
White with #B8F701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F701; }
p { color: rgb(184,247,1); }
H1.HeaderClassName
{
color: #B8F701;
}
.AnyTagClassName
{
color: #B8F701;
}
</style>
background-color css
<style>
a { background-color: #B8F701; }
a { background-color: rgb(184,247,1); }
div.DivClassName
{
background-color: #B8F701;
}
.BgClassName
{
background-color: #B8F701;
}
</style>
border-color css
<style>
span { border-color: #B8F701; }
span { border-color: rgb(184,247,1); }
td.TdClassName
{
border-color: #B8F701;
}
.TagClassName
{
border-color: #B8F701;
}
</style>