Shades of Spring Bud #B4F000
Tints of Spring Bud #B4F000
RGB
CMYK
RGB Variations
Color information
#B4F000 (or 0xB4F000) is known color: Spring Bud. HEX triplet: B4, F0 and 00. RGB value is (180,240,0). Sum of RGB (Red+Green+Blue) = 180+240+0=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 240 (94.14% from 255 or 57.14% from 420); Blue value is 0 (0.39% from 255 or 0% from 420); Max value from RGB is 240 - color contains mainly: green. Hex color #B4F000 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B4F000 is #4B0FFF. Grayscale: #C3C3C3. Windows color (decimal): -4919296 or 61620. OLE color: 61620.
HSL color Cylindrical-coordinate representation of color #B4F000: hue angle of 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 #B4F000 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 240 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0.06 |
| HSL | 75º | 1% | 0.47% | - |
| HSV(B) | 75º | 1% | 0.94% | - |
| XYZ | 49.98 | 72.02 | 11.27 | - |
| YUV | 194.7 | 18.12 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 240 | 0 | 0.25 | 0 | 1 | 0.06 | 75 | 1 | 0.47 |
| Hex | B4 | F0 | 0 | 19 | 0 | 64 | 6 | 4B | 64 | 2F |
| Octal | 264 | 360 | 0 | 31 | 0 | 144 | 6 | 113 | 144 | 57 |
| Binary | 10110100 | 11110000 | 0 | 11001 | 0 | 1100100 | 110 | 1001011 | 1100100 | 101111 |
Color Harmonies of #B4F000
Complementary color
Monochromatic Colors of #B4F000
Black with #B4F000
Text Example
Text Example
White with #B4F000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F000; }
p { color: rgb(180,240,0); }
H1.HeaderClassName
{
color: #B4F000;
}
.AnyTagClassName
{
color: #B4F000;
}
</style>
background-color css
<style>
a { background-color: #B4F000; }
a { background-color: rgb(180,240,0); }
div.DivClassName
{
background-color: #B4F000;
}
.BgClassName
{
background-color: #B4F000;
}
</style>
border-color css
<style>
span { border-color: #B4F000; }
span { border-color: rgb(180,240,0); }
td.TdClassName
{
border-color: #B4F000;
}
.TagClassName
{
border-color: #B4F000;
}
</style>