Shades of Spring Bud #B8FE0D
Tints of Spring Bud #B8FE0D
RGB
CMYK
RGB Variations
Color information
#B8FE0D (or 0xB8FE0D) is known color: Spring Bud. HEX triplet: B8, FE and 0D. RGB value is (184,254,13). Sum of RGB (Red+Green+Blue) = 184+254+13=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 254 (99.61% from 255 or 56.32% from 451); Blue value is 13 (5.47% from 255 or 2.88% from 451); Max value from RGB is 254 - color contains mainly: green. Hex color #B8FE0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8FE0D is #4701F2. Grayscale: #CECECE. Windows color (decimal): -4653555 or 917176. OLE color: 917176.
HSL color Cylindrical-coordinate representation of color #B8FE0D: hue angle of 77.43º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B8FE0D is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 254 | 13 | - |
| CMYK | 0.28 | 0 | 0.95 | 0.00 |
| HSL | 77.43º | 0.99% | 0.52% | - |
| HSV(B) | 77.43º | 0.95% | 1% | - |
| XYZ | 55.28 | 81.1 | 13.12 | - |
| YUV | 205.6 | 19.31 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 254 | 13 | 0.28 | 0 | 0.95 | 0.00 | 77.43 | 0.99 | 0.52 |
| Hex | B8 | FE | D | 1C | 0 | 5F | 0 | 4D | 63 | 34 |
| Octal | 270 | 376 | 15 | 34 | 0 | 137 | 0 | 115 | 143 | 64 |
| Binary | 10111000 | 11111110 | 1101 | 11100 | 0 | 1011111 | 0 | 1001101 | 1100011 | 110100 |
Color Harmonies of #B8FE0D
Complementary color
Monochromatic Colors of #B8FE0D
Black with #B8FE0D
Text Example
Text Example
White with #B8FE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FE0D; }
p { color: rgb(184,254,13); }
H1.HeaderClassName
{
color: #B8FE0D;
}
.AnyTagClassName
{
color: #B8FE0D;
}
</style>
background-color css
<style>
a { background-color: #B8FE0D; }
a { background-color: rgb(184,254,13); }
div.DivClassName
{
background-color: #B8FE0D;
}
.BgClassName
{
background-color: #B8FE0D;
}
</style>
border-color css
<style>
span { border-color: #B8FE0D; }
span { border-color: rgb(184,254,13); }
td.TdClassName
{
border-color: #B8FE0D;
}
.TagClassName
{
border-color: #B8FE0D;
}
</style>