Shades of Spring Bud #B8FF0A
Tints of Spring Bud #B8FF0A
RGB
CMYK
RGB Variations
Color information
#B8FF0A (or 0xB8FF0A) is known color: Spring Bud. HEX triplet: B8, FF and 0A. RGB value is (184,255,10). Sum of RGB (Red+Green+Blue) = 184+255+10=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 255 (100% from 255 or 56.79% from 449); Blue value is 10 (4.30% from 255 or 2.23% from 449); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FF0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8FF0A is #4700F5. Grayscale: #CECECE. Windows color (decimal): -4653302 or 720824. OLE color: 720824.
HSL color Cylindrical-coordinate representation of color #B8FF0A: hue angle of 77.39º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B8FF0A is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 255 | 10 | - |
| CMYK | 0.28 | 0 | 0.96 | 0 |
| HSL | 77.39º | 1% | 0.52% | - |
| HSV(B) | 77.39º | 0.96% | 1% | - |
| XYZ | 55.58 | 81.73 | 13.13 | - |
| YUV | 205.84 | 17.48 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 255 | 10 | 0.28 | 0 | 0.96 | 0 | 77.39 | 1 | 0.52 |
| Hex | B8 | FF | A | 1C | 0 | 60 | 0 | 4D | 64 | 34 |
| Octal | 270 | 377 | 12 | 34 | 0 | 140 | 0 | 115 | 144 | 64 |
| Binary | 10111000 | 11111111 | 1010 | 11100 | 0 | 1100000 | 0 | 1001101 | 1100100 | 110100 |
Color Harmonies of #B8FF0A
Complementary color
Monochromatic Colors of #B8FF0A
Black with #B8FF0A
Text Example
Text Example
White with #B8FF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FF0A; }
p { color: rgb(184,255,10); }
H1.HeaderClassName
{
color: #B8FF0A;
}
.AnyTagClassName
{
color: #B8FF0A;
}
</style>
background-color css
<style>
a { background-color: #B8FF0A; }
a { background-color: rgb(184,255,10); }
div.DivClassName
{
background-color: #B8FF0A;
}
.BgClassName
{
background-color: #B8FF0A;
}
</style>
border-color css
<style>
span { border-color: #B8FF0A; }
span { border-color: rgb(184,255,10); }
td.TdClassName
{
border-color: #B8FF0A;
}
.TagClassName
{
border-color: #B8FF0A;
}
</style>