Shades of Spring Bud #B2FF09
Tints of Spring Bud #B2FF09
RGB
CMYK
RGB Variations
Color information
#B2FF09 (or 0xB2FF09) is known color: Spring Bud. HEX triplet: B2, FF and 09. RGB value is (178,255,9). Sum of RGB (Red+Green+Blue) = 178+255+9=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 255 (100% from 255 or 57.69% from 442); Blue value is 9 (3.91% from 255 or 2.04% from 442); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF09 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2FF09 is #4D00F6. Grayscale: #CCCCCC. Windows color (decimal): -5046519 or 655282. OLE color: 655282.
HSL color Cylindrical-coordinate representation of color #B2FF09: hue angle of 78.78º 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 #B2FF09 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 9 | - |
| CMYK | 0.30 | 0 | 0.96 | 0 |
| HSL | 78.78º | 1% | 0.52% | - |
| HSV(B) | 78.78º | 0.96% | 1% | - |
| XYZ | 54.17 | 81 | 13.04 | - |
| YUV | 203.93 | 17.99 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 9 | 0.30 | 0 | 0.96 | 0 | 78.78 | 1 | 0.52 |
| Hex | B2 | FF | 9 | 1E | 0 | 60 | 0 | 4F | 64 | 34 |
| Octal | 262 | 377 | 11 | 36 | 0 | 140 | 0 | 117 | 144 | 64 |
| Binary | 10110010 | 11111111 | 1001 | 11110 | 0 | 1100000 | 0 | 1001111 | 1100100 | 110100 |
Color Harmonies of #B2FF09
Complementary color
Monochromatic Colors of #B2FF09
Black with #B2FF09
Text Example
Text Example
White with #B2FF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FF09; }
p { color: rgb(178,255,9); }
H1.HeaderClassName
{
color: #B2FF09;
}
.AnyTagClassName
{
color: #B2FF09;
}
</style>
background-color css
<style>
a { background-color: #B2FF09; }
a { background-color: rgb(178,255,9); }
div.DivClassName
{
background-color: #B2FF09;
}
.BgClassName
{
background-color: #B2FF09;
}
</style>
border-color css
<style>
span { border-color: #B2FF09; }
span { border-color: rgb(178,255,9); }
td.TdClassName
{
border-color: #B2FF09;
}
.TagClassName
{
border-color: #B2FF09;
}
</style>