Shades of Spring Bud #B5FA12
Tints of Spring Bud #B5FA12
RGB
CMYK
RGB Variations
Color information
#B5FA12 (or 0xB5FA12) is known color: Spring Bud. HEX triplet: B5, FA and 12. RGB value is (181,250,18). Sum of RGB (Red+Green+Blue) = 181+250+18=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 250 (98.05% from 255 or 55.68% from 449); Blue value is 18 (7.42% from 255 or 4.01% from 449); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FA12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5FA12 is #4A05ED. Grayscale: #CBCBCB. Windows color (decimal): -4851182 or 1243829. OLE color: 1243829.
HSL color Cylindrical-coordinate representation of color #B5FA12: hue angle of 77.84º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5FA12 is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 250 | 18 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.02 |
| HSL | 77.84º | 0.96% | 0.53% | - |
| HSV(B) | 77.84º | 0.93% | 0.98% | - |
| XYZ | 53.35 | 78.24 | 12.86 | - |
| YUV | 202.92 | 23.64 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 250 | 18 | 0.28 | 0 | 0.93 | 0.02 | 77.84 | 0.96 | 0.53 |
| Hex | B5 | FA | 12 | 1C | 0 | 5D | 2 | 4E | 60 | 35 |
| Octal | 265 | 372 | 22 | 34 | 0 | 135 | 2 | 116 | 140 | 65 |
| Binary | 10110101 | 11111010 | 10010 | 11100 | 0 | 1011101 | 10 | 1001110 | 1100000 | 110101 |
Color Harmonies of #B5FA12
Complementary color
Monochromatic Colors of #B5FA12
Black with #B5FA12
Text Example
Text Example
White with #B5FA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FA12; }
p { color: rgb(181,250,18); }
H1.HeaderClassName
{
color: #B5FA12;
}
.AnyTagClassName
{
color: #B5FA12;
}
</style>
background-color css
<style>
a { background-color: #B5FA12; }
a { background-color: rgb(181,250,18); }
div.DivClassName
{
background-color: #B5FA12;
}
.BgClassName
{
background-color: #B5FA12;
}
</style>
border-color css
<style>
span { border-color: #B5FA12; }
span { border-color: rgb(181,250,18); }
td.TdClassName
{
border-color: #B5FA12;
}
.TagClassName
{
border-color: #B5FA12;
}
</style>