Shades of Spring Bud #B8FE07
Tints of Spring Bud #B8FE07
RGB
CMYK
RGB Variations
Color information
#B8FE07 (or 0xB8FE07) is known color: Spring Bud. HEX triplet: B8, FE and 07. RGB value is (184,254,7). Sum of RGB (Red+Green+Blue) = 184+254+7=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 254 (99.61% from 255 or 57.08% from 445); Blue value is 7 (3.12% from 255 or 1.57% from 445); Max value from RGB is 254 - color contains mainly: green. Hex color #B8FE07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8FE07 is #4701F8. Grayscale: #CDCDCD. Windows color (decimal): -4653561 or 523960. OLE color: 523960.
HSL color Cylindrical-coordinate representation of color #B8FE07: hue angle of 77º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B8FE07 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 254 | 7 | - |
| CMYK | 0.28 | 0 | 0.97 | 0.00 |
| HSL | 77º | 0.99% | 0.51% | - |
| HSV(B) | 77º | 0.97% | 1% | - |
| XYZ | 55.25 | 81.09 | 12.94 | - |
| YUV | 204.91 | 16.31 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 254 | 7 | 0.28 | 0 | 0.97 | 0.00 | 77 | 0.99 | 0.51 |
| Hex | B8 | FE | 7 | 1C | 0 | 61 | 0 | 4D | 63 | 33 |
| Octal | 270 | 376 | 7 | 34 | 0 | 141 | 0 | 115 | 143 | 63 |
| Binary | 10111000 | 11111110 | 111 | 11100 | 0 | 1100001 | 0 | 1001101 | 1100011 | 110011 |
Color Harmonies of #B8FE07
Complementary color
Monochromatic Colors of #B8FE07
Black with #B8FE07
Text Example
Text Example
White with #B8FE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FE07; }
p { color: rgb(184,254,7); }
H1.HeaderClassName
{
color: #B8FE07;
}
.AnyTagClassName
{
color: #B8FE07;
}
</style>
background-color css
<style>
a { background-color: #B8FE07; }
a { background-color: rgb(184,254,7); }
div.DivClassName
{
background-color: #B8FE07;
}
.BgClassName
{
background-color: #B8FE07;
}
</style>
border-color css
<style>
span { border-color: #B8FE07; }
span { border-color: rgb(184,254,7); }
td.TdClassName
{
border-color: #B8FE07;
}
.TagClassName
{
border-color: #B8FE07;
}
</style>