Shades of Spring Bud #B2FB10
Tints of Spring Bud #B2FB10
RGB
CMYK
RGB Variations
Color information
#B2FB10 (or 0xB2FB10) is known color: Spring Bud. HEX triplet: B2, FB and 10. RGB value is (178,251,16). Sum of RGB (Red+Green+Blue) = 178+251+16=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 251 (98.44% from 255 or 56.40% from 445); Blue value is 16 (6.64% from 255 or 3.60% from 445); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FB10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2FB10 is #4D04EF. Grayscale: #CBCBCB. Windows color (decimal): -5047536 or 1113010. OLE color: 1113010.
HSL color Cylindrical-coordinate representation of color #B2FB10: hue angle of 78.64º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2FB10 is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 251 | 16 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.02 |
| HSL | 78.64º | 0.97% | 0.52% | - |
| HSV(B) | 78.64º | 0.94% | 0.98% | - |
| XYZ | 52.95 | 78.5 | 12.85 | - |
| YUV | 202.38 | 22.82 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 251 | 16 | 0.29 | 0 | 0.94 | 0.02 | 78.64 | 0.97 | 0.52 |
| Hex | B2 | FB | 10 | 1D | 0 | 5E | 2 | 4F | 61 | 34 |
| Octal | 262 | 373 | 20 | 35 | 0 | 136 | 2 | 117 | 141 | 64 |
| Binary | 10110010 | 11111011 | 10000 | 11101 | 0 | 1011110 | 10 | 1001111 | 1100001 | 110100 |
Color Harmonies of #B2FB10
Complementary color
Monochromatic Colors of #B2FB10
Black with #B2FB10
Text Example
Text Example
White with #B2FB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FB10; }
p { color: rgb(178,251,16); }
H1.HeaderClassName
{
color: #B2FB10;
}
.AnyTagClassName
{
color: #B2FB10;
}
</style>
background-color css
<style>
a { background-color: #B2FB10; }
a { background-color: rgb(178,251,16); }
div.DivClassName
{
background-color: #B2FB10;
}
.BgClassName
{
background-color: #B2FB10;
}
</style>
border-color css
<style>
span { border-color: #B2FB10; }
span { border-color: rgb(178,251,16); }
td.TdClassName
{
border-color: #B2FB10;
}
.TagClassName
{
border-color: #B2FB10;
}
</style>