Shades of Spring Bud #B4F204
Tints of Spring Bud #B4F204
RGB
CMYK
RGB Variations
Color information
#B4F204 (or 0xB4F204) is known color: Spring Bud. HEX triplet: B4, F2 and 04. RGB value is (180,242,4). Sum of RGB (Red+Green+Blue) = 180+242+4=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 242 (94.92% from 255 or 56.81% from 426); Blue value is 4 (1.95% from 255 or 0.94% from 426); Max value from RGB is 242 - color contains mainly: green. Hex color #B4F204 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B4F204 is #4B0DFB. Grayscale: #C5C5C5. Windows color (decimal): -4918780 or 324276. OLE color: 324276.
HSL color Cylindrical-coordinate representation of color #B4F204: hue angle of 75.63º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B4F204 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 242 | 4 | - |
| CMYK | 0.26 | 0 | 0.98 | 0.05 |
| HSL | 75.63º | 0.97% | 0.48% | - |
| HSV(B) | 75.63º | 0.98% | 0.95% | - |
| XYZ | 50.6 | 73.22 | 11.58 | - |
| YUV | 196.33 | 19.46 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 242 | 4 | 0.26 | 0 | 0.98 | 0.05 | 75.63 | 0.97 | 0.48 |
| Hex | B4 | F2 | 4 | 1A | 0 | 62 | 5 | 4C | 61 | 30 |
| Octal | 264 | 362 | 4 | 32 | 0 | 142 | 5 | 114 | 141 | 60 |
| Binary | 10110100 | 11110010 | 100 | 11010 | 0 | 1100010 | 101 | 1001100 | 1100001 | 110000 |
Color Harmonies of #B4F204
Complementary color
Monochromatic Colors of #B4F204
Black with #B4F204
Text Example
Text Example
White with #B4F204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F204; }
p { color: rgb(180,242,4); }
H1.HeaderClassName
{
color: #B4F204;
}
.AnyTagClassName
{
color: #B4F204;
}
</style>
background-color css
<style>
a { background-color: #B4F204; }
a { background-color: rgb(180,242,4); }
div.DivClassName
{
background-color: #B4F204;
}
.BgClassName
{
background-color: #B4F204;
}
</style>
border-color css
<style>
span { border-color: #B4F204; }
span { border-color: rgb(180,242,4); }
td.TdClassName
{
border-color: #B4F204;
}
.TagClassName
{
border-color: #B4F204;
}
</style>