Shades of Spring Bud #B5F000
Tints of Spring Bud #B5F000
RGB
CMYK
RGB Variations
Color information
#B5F000 (or 0xB5F000) is known color: Spring Bud. HEX triplet: B5, F0 and 00. RGB value is (181,240,0). Sum of RGB (Red+Green+Blue) = 181+240+0=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 240 (94.14% from 255 or 57.01% from 421); Blue value is 0 (0.39% from 255 or 0% from 421); Max value from RGB is 240 - color contains mainly: green. Hex color #B5F000 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5F000 is #4A0FFF. Grayscale: #C3C3C3. Windows color (decimal): -4853760 or 61621. OLE color: 61621.
HSL color Cylindrical-coordinate representation of color #B5F000: hue angle of 74.75º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B5F000 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 240 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0.06 |
| HSL | 74.75º | 1% | 0.47% | - |
| HSV(B) | 74.75º | 1% | 0.94% | - |
| XYZ | 50.22 | 72.14 | 11.28 | - |
| YUV | 195 | 17.95 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 240 | 0 | 0.25 | 0 | 1 | 0.06 | 74.75 | 1 | 0.47 |
| Hex | B5 | F0 | 0 | 19 | 0 | 64 | 6 | 4B | 64 | 2F |
| Octal | 265 | 360 | 0 | 31 | 0 | 144 | 6 | 113 | 144 | 57 |
| Binary | 10110101 | 11110000 | 0 | 11001 | 0 | 1100100 | 110 | 1001011 | 1100100 | 101111 |
Color Harmonies of #B5F000
Complementary color
Monochromatic Colors of #B5F000
Black with #B5F000
Text Example
Text Example
White with #B5F000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F000; }
p { color: rgb(181,240,0); }
H1.HeaderClassName
{
color: #B5F000;
}
.AnyTagClassName
{
color: #B5F000;
}
</style>
background-color css
<style>
a { background-color: #B5F000; }
a { background-color: rgb(181,240,0); }
div.DivClassName
{
background-color: #B5F000;
}
.BgClassName
{
background-color: #B5F000;
}
</style>
border-color css
<style>
span { border-color: #B5F000; }
span { border-color: rgb(181,240,0); }
td.TdClassName
{
border-color: #B5F000;
}
.TagClassName
{
border-color: #B5F000;
}
</style>