Shades of Spring Bud #B2F911
Tints of Spring Bud #B2F911
RGB
CMYK
RGB Variations
Color information
#B2F911 (or 0xB2F911) is known color: Spring Bud. HEX triplet: B2, F9 and 11. RGB value is (178,249,17). Sum of RGB (Red+Green+Blue) = 178+249+17=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 249 (97.66% from 255 or 56.08% from 444); Blue value is 17 (7.03% from 255 or 3.83% from 444); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F911 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F911 is #4D06EE. Grayscale: #CACACA. Windows color (decimal): -5048047 or 1178034. OLE color: 1178034.
HSL color Cylindrical-coordinate representation of color #B2F911: hue angle of 78.36º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B2F911 is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 249 | 17 | - |
| CMYK | 0.29 | 0 | 0.93 | 0.02 |
| HSL | 78.36º | 0.95% | 0.52% | - |
| HSV(B) | 78.36º | 0.93% | 0.98% | - |
| XYZ | 52.34 | 77.26 | 12.68 | - |
| YUV | 201.32 | 23.98 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 249 | 17 | 0.29 | 0 | 0.93 | 0.02 | 78.36 | 0.95 | 0.52 |
| Hex | B2 | F9 | 11 | 1D | 0 | 5D | 2 | 4E | 5F | 34 |
| Octal | 262 | 371 | 21 | 35 | 0 | 135 | 2 | 116 | 137 | 64 |
| Binary | 10110010 | 11111001 | 10001 | 11101 | 0 | 1011101 | 10 | 1001110 | 1011111 | 110100 |
Color Harmonies of #B2F911
Complementary color
Monochromatic Colors of #B2F911
Black with #B2F911
Text Example
Text Example
White with #B2F911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F911; }
p { color: rgb(178,249,17); }
H1.HeaderClassName
{
color: #B2F911;
}
.AnyTagClassName
{
color: #B2F911;
}
</style>
background-color css
<style>
a { background-color: #B2F911; }
a { background-color: rgb(178,249,17); }
div.DivClassName
{
background-color: #B2F911;
}
.BgClassName
{
background-color: #B2F911;
}
</style>
border-color css
<style>
span { border-color: #B2F911; }
span { border-color: rgb(178,249,17); }
td.TdClassName
{
border-color: #B2F911;
}
.TagClassName
{
border-color: #B2F911;
}
</style>