Shades of Spring Bud #B2FE09
Tints of Spring Bud #B2FE09
RGB
CMYK
RGB Variations
Color information
#B2FE09 (or 0xB2FE09) is known color: Spring Bud. HEX triplet: B2, FE and 09. RGB value is (178,254,9). Sum of RGB (Red+Green+Blue) = 178+254+9=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 254 (99.61% from 255 or 57.60% from 441); Blue value is 9 (3.91% from 255 or 2.04% from 441); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FE09 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2FE09 is #4D01F6. Grayscale: #CCCCCC. Windows color (decimal): -5046775 or 655026. OLE color: 655026.
HSL color Cylindrical-coordinate representation of color #B2FE09: hue angle of 78.61º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2FE09 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 254 | 9 | - |
| CMYK | 0.30 | 0 | 0.96 | 0.00 |
| HSL | 78.61º | 0.99% | 0.52% | - |
| HSV(B) | 78.61º | 0.96% | 1% | - |
| XYZ | 53.85 | 80.37 | 12.93 | - |
| YUV | 203.35 | 18.32 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 254 | 9 | 0.30 | 0 | 0.96 | 0.00 | 78.61 | 0.99 | 0.52 |
| Hex | B2 | FE | 9 | 1E | 0 | 60 | 0 | 4F | 63 | 34 |
| Octal | 262 | 376 | 11 | 36 | 0 | 140 | 0 | 117 | 143 | 64 |
| Binary | 10110010 | 11111110 | 1001 | 11110 | 0 | 1100000 | 0 | 1001111 | 1100011 | 110100 |
Color Harmonies of #B2FE09
Complementary color
Monochromatic Colors of #B2FE09
Black with #B2FE09
Text Example
Text Example
White with #B2FE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FE09; }
p { color: rgb(178,254,9); }
H1.HeaderClassName
{
color: #B2FE09;
}
.AnyTagClassName
{
color: #B2FE09;
}
</style>
background-color css
<style>
a { background-color: #B2FE09; }
a { background-color: rgb(178,254,9); }
div.DivClassName
{
background-color: #B2FE09;
}
.BgClassName
{
background-color: #B2FE09;
}
</style>
border-color css
<style>
span { border-color: #B2FE09; }
span { border-color: rgb(178,254,9); }
td.TdClassName
{
border-color: #B2FE09;
}
.TagClassName
{
border-color: #B2FE09;
}
</style>