Shades of Spring Bud #B5FA0B
Tints of Spring Bud #B5FA0B
RGB
CMYK
RGB Variations
Color information
#B5FA0B (or 0xB5FA0B) is known color: Spring Bud. HEX triplet: B5, FA and 0B. RGB value is (181,250,11). Sum of RGB (Red+Green+Blue) = 181+250+11=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 250 (98.05% from 255 or 56.56% from 442); Blue value is 11 (4.69% from 255 or 2.49% from 442); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FA0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5FA0B is #4A05F4. Grayscale: #CBCBCB. Windows color (decimal): -4851189 or 785077. OLE color: 785077.
HSL color Cylindrical-coordinate representation of color #B5FA0B: hue angle of 77.32º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B5FA0B is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 250 | 11 | - |
| CMYK | 0.28 | 0 | 0.96 | 0.02 |
| HSL | 77.32º | 0.96% | 0.51% | - |
| HSV(B) | 77.32º | 0.96% | 0.98% | - |
| XYZ | 53.3 | 78.22 | 12.61 | - |
| YUV | 202.12 | 20.14 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 250 | 11 | 0.28 | 0 | 0.96 | 0.02 | 77.32 | 0.96 | 0.51 |
| Hex | B5 | FA | B | 1C | 0 | 60 | 2 | 4D | 60 | 33 |
| Octal | 265 | 372 | 13 | 34 | 0 | 140 | 2 | 115 | 140 | 63 |
| Binary | 10110101 | 11111010 | 1011 | 11100 | 0 | 1100000 | 10 | 1001101 | 1100000 | 110011 |
Color Harmonies of #B5FA0B
Complementary color
Monochromatic Colors of #B5FA0B
Black with #B5FA0B
Text Example
Text Example
White with #B5FA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FA0B; }
p { color: rgb(181,250,11); }
H1.HeaderClassName
{
color: #B5FA0B;
}
.AnyTagClassName
{
color: #B5FA0B;
}
</style>
background-color css
<style>
a { background-color: #B5FA0B; }
a { background-color: rgb(181,250,11); }
div.DivClassName
{
background-color: #B5FA0B;
}
.BgClassName
{
background-color: #B5FA0B;
}
</style>
border-color css
<style>
span { border-color: #B5FA0B; }
span { border-color: rgb(181,250,11); }
td.TdClassName
{
border-color: #B5FA0B;
}
.TagClassName
{
border-color: #B5FA0B;
}
</style>