Shades of Spring Bud #B3FF09
Tints of Spring Bud #B3FF09
RGB
CMYK
RGB Variations
Color information
#B3FF09 (or 0xB3FF09) is known color: Spring Bud. HEX triplet: B3, FF and 09. RGB value is (179,255,9). Sum of RGB (Red+Green+Blue) = 179+255+9=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 255 (100% from 255 or 57.56% from 443); Blue value is 9 (3.91% from 255 or 2.03% from 443); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FF09 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B3FF09 is #4C00F6. Grayscale: #CDCDCD. Windows color (decimal): -4980983 or 655283. OLE color: 655283.
HSL color Cylindrical-coordinate representation of color #B3FF09: hue angle of 78.54º 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 #B3FF09 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 255 | 9 | - |
| CMYK | 0.30 | 0 | 0.96 | 0 |
| HSL | 78.54º | 1% | 0.52% | - |
| HSV(B) | 78.54º | 0.96% | 1% | - |
| XYZ | 54.4 | 81.12 | 13.05 | - |
| YUV | 204.23 | 17.82 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 255 | 9 | 0.30 | 0 | 0.96 | 0 | 78.54 | 1 | 0.52 |
| Hex | B3 | FF | 9 | 1E | 0 | 60 | 0 | 4F | 64 | 34 |
| Octal | 263 | 377 | 11 | 36 | 0 | 140 | 0 | 117 | 144 | 64 |
| Binary | 10110011 | 11111111 | 1001 | 11110 | 0 | 1100000 | 0 | 1001111 | 1100100 | 110100 |
Color Harmonies of #B3FF09
Complementary color
Monochromatic Colors of #B3FF09
Black with #B3FF09
Text Example
Text Example
White with #B3FF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FF09; }
p { color: rgb(179,255,9); }
H1.HeaderClassName
{
color: #B3FF09;
}
.AnyTagClassName
{
color: #B3FF09;
}
</style>
background-color css
<style>
a { background-color: #B3FF09; }
a { background-color: rgb(179,255,9); }
div.DivClassName
{
background-color: #B3FF09;
}
.BgClassName
{
background-color: #B3FF09;
}
</style>
border-color css
<style>
span { border-color: #B3FF09; }
span { border-color: rgb(179,255,9); }
td.TdClassName
{
border-color: #B3FF09;
}
.TagClassName
{
border-color: #B3FF09;
}
</style>