Shades of Spring Bud #B2F811
Tints of Spring Bud #B2F811
RGB
CMYK
RGB Variations
Color information
#B2F811 (or 0xB2F811) is known color: Spring Bud. HEX triplet: B2, F8 and 11. RGB value is (178,248,17). Sum of RGB (Red+Green+Blue) = 178+248+17=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 248 (97.27% from 255 or 55.98% from 443); Blue value is 17 (7.03% from 255 or 3.84% from 443); Max value from RGB is 248 - color contains mainly: green. Hex color #B2F811 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F811 is #4D07EE. Grayscale: #C9C9C9. Windows color (decimal): -5048303 or 1177778. OLE color: 1177778.
HSL color Cylindrical-coordinate representation of color #B2F811: hue angle of 78.18º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B2F811 is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 248 | 17 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.03 |
| HSL | 78.18º | 0.94% | 0.52% | - |
| HSV(B) | 78.18º | 0.93% | 0.97% | - |
| XYZ | 52.03 | 76.64 | 12.58 | - |
| YUV | 200.74 | 24.31 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 248 | 17 | 0.28 | 0 | 0.93 | 0.03 | 78.18 | 0.94 | 0.52 |
| Hex | B2 | F8 | 11 | 1C | 0 | 5D | 3 | 4E | 5E | 34 |
| Octal | 262 | 370 | 21 | 34 | 0 | 135 | 3 | 116 | 136 | 64 |
| Binary | 10110010 | 11111000 | 10001 | 11100 | 0 | 1011101 | 11 | 1001110 | 1011110 | 110100 |
Color Harmonies of #B2F811
Complementary color
Monochromatic Colors of #B2F811
Black with #B2F811
Text Example
Text Example
White with #B2F811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F811; }
p { color: rgb(178,248,17); }
H1.HeaderClassName
{
color: #B2F811;
}
.AnyTagClassName
{
color: #B2F811;
}
</style>
background-color css
<style>
a { background-color: #B2F811; }
a { background-color: rgb(178,248,17); }
div.DivClassName
{
background-color: #B2F811;
}
.BgClassName
{
background-color: #B2F811;
}
</style>
border-color css
<style>
span { border-color: #B2F811; }
span { border-color: rgb(178,248,17); }
td.TdClassName
{
border-color: #B2F811;
}
.TagClassName
{
border-color: #B2F811;
}
</style>