Shades of Spring Bud #B8FD00
Tints of Spring Bud #B8FD00
RGB
CMYK
RGB Variations
Color information
#B8FD00 (or 0xB8FD00) is known color: Spring Bud. HEX triplet: B8, FD and 00. RGB value is (184,253,0). Sum of RGB (Red+Green+Blue) = 184+253+0=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 253 (99.22% from 255 or 57.89% from 437); Blue value is 0 (0.39% from 255 or 0% from 437); Max value from RGB is 253 - color contains mainly: green. Hex color #B8FD00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8FD00 is #4702FF. Grayscale: #CCCCCC. Windows color (decimal): -4653824 or 64952. OLE color: 64952.
HSL color Cylindrical-coordinate representation of color #B8FD00: hue angle of 76.36º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B8FD00 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 253 | 0 | - |
| CMYK | 0.27 | 0 | 1 | 0.01 |
| HSL | 76.36º | 1% | 0.5% | - |
| HSV(B) | 76.36º | 1% | 0.99% | - |
| XYZ | 54.89 | 80.44 | 12.63 | - |
| YUV | 203.53 | 13.14 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 253 | 0 | 0.27 | 0 | 1 | 0.01 | 76.36 | 1 | 0.5 |
| Hex | B8 | FD | 0 | 1B | 0 | 64 | 1 | 4C | 64 | 32 |
| Octal | 270 | 375 | 0 | 33 | 0 | 144 | 1 | 114 | 144 | 62 |
| Binary | 10111000 | 11111101 | 0 | 11011 | 0 | 1100100 | 1 | 1001100 | 1100100 | 110010 |
Color Harmonies of #B8FD00
Complementary color
Monochromatic Colors of #B8FD00
Black with #B8FD00
Text Example
Text Example
White with #B8FD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FD00; }
p { color: rgb(184,253,0); }
H1.HeaderClassName
{
color: #B8FD00;
}
.AnyTagClassName
{
color: #B8FD00;
}
</style>
background-color css
<style>
a { background-color: #B8FD00; }
a { background-color: rgb(184,253,0); }
div.DivClassName
{
background-color: #B8FD00;
}
.BgClassName
{
background-color: #B8FD00;
}
</style>
border-color css
<style>
span { border-color: #B8FD00; }
span { border-color: rgb(184,253,0); }
td.TdClassName
{
border-color: #B8FD00;
}
.TagClassName
{
border-color: #B8FD00;
}
</style>