Shades of Spring Bud #B3FE08
Tints of Spring Bud #B3FE08
RGB
CMYK
RGB Variations
Color information
#B3FE08 (or 0xB3FE08) is known color: Spring Bud. HEX triplet: B3, FE and 08. RGB value is (179,254,8). Sum of RGB (Red+Green+Blue) = 179+254+8=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 254 (99.61% from 255 or 57.60% from 441); Blue value is 8 (3.52% from 255 or 1.81% from 441); Max value from RGB is 254 - color contains mainly: green. Hex color #B3FE08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B3FE08 is #4C01F7. Grayscale: #CCCCCC. Windows color (decimal): -4981240 or 589491. OLE color: 589491.
HSL color Cylindrical-coordinate representation of color #B3FE08: hue angle of 78.29º 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 #B3FE08 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 254 | 8 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.00 |
| HSL | 78.29º | 0.99% | 0.51% | - |
| HSV(B) | 78.29º | 0.97% | 1% | - |
| XYZ | 54.08 | 80.48 | 12.91 | - |
| YUV | 203.53 | 17.65 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 254 | 8 | 0.30 | 0 | 0.97 | 0.00 | 78.29 | 0.99 | 0.51 |
| Hex | B3 | FE | 8 | 1E | 0 | 61 | 0 | 4E | 63 | 33 |
| Octal | 263 | 376 | 10 | 36 | 0 | 141 | 0 | 116 | 143 | 63 |
| Binary | 10110011 | 11111110 | 1000 | 11110 | 0 | 1100001 | 0 | 1001110 | 1100011 | 110011 |
Color Harmonies of #B3FE08
Complementary color
Monochromatic Colors of #B3FE08
Black with #B3FE08
Text Example
Text Example
White with #B3FE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FE08; }
p { color: rgb(179,254,8); }
H1.HeaderClassName
{
color: #B3FE08;
}
.AnyTagClassName
{
color: #B3FE08;
}
</style>
background-color css
<style>
a { background-color: #B3FE08; }
a { background-color: rgb(179,254,8); }
div.DivClassName
{
background-color: #B3FE08;
}
.BgClassName
{
background-color: #B3FE08;
}
</style>
border-color css
<style>
span { border-color: #B3FE08; }
span { border-color: rgb(179,254,8); }
td.TdClassName
{
border-color: #B3FE08;
}
.TagClassName
{
border-color: #B3FE08;
}
</style>