Shades of Spring Bud #B5FA11
Tints of Spring Bud #B5FA11
RGB
CMYK
RGB Variations
Color information
#B5FA11 (or 0xB5FA11) is known color: Spring Bud. HEX triplet: B5, FA and 11. RGB value is (181,250,17). Sum of RGB (Red+Green+Blue) = 181+250+17=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 250 (98.05% from 255 or 55.80% from 448); Blue value is 17 (7.03% from 255 or 3.79% from 448); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FA11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5FA11 is #4A05EE. Grayscale: #CBCBCB. Windows color (decimal): -4851183 or 1178293. OLE color: 1178293.
HSL color Cylindrical-coordinate representation of color #B5FA11: hue angle of 77.77º degrees, saturation: 0.96, 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 #B5FA11 is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 250 | 17 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.02 |
| HSL | 77.77º | 0.96% | 0.52% | - |
| HSV(B) | 77.77º | 0.93% | 0.98% | - |
| XYZ | 53.34 | 78.24 | 12.82 | - |
| YUV | 202.81 | 23.14 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 250 | 17 | 0.28 | 0 | 0.93 | 0.02 | 77.77 | 0.96 | 0.52 |
| Hex | B5 | FA | 11 | 1C | 0 | 5D | 2 | 4E | 60 | 34 |
| Octal | 265 | 372 | 21 | 34 | 0 | 135 | 2 | 116 | 140 | 64 |
| Binary | 10110101 | 11111010 | 10001 | 11100 | 0 | 1011101 | 10 | 1001110 | 1100000 | 110100 |
Color Harmonies of #B5FA11
Complementary color
Monochromatic Colors of #B5FA11
Black with #B5FA11
Text Example
Text Example
White with #B5FA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FA11; }
p { color: rgb(181,250,17); }
H1.HeaderClassName
{
color: #B5FA11;
}
.AnyTagClassName
{
color: #B5FA11;
}
</style>
background-color css
<style>
a { background-color: #B5FA11; }
a { background-color: rgb(181,250,17); }
div.DivClassName
{
background-color: #B5FA11;
}
.BgClassName
{
background-color: #B5FA11;
}
</style>
border-color css
<style>
span { border-color: #B5FA11; }
span { border-color: rgb(181,250,17); }
td.TdClassName
{
border-color: #B5FA11;
}
.TagClassName
{
border-color: #B5FA11;
}
</style>