Shades of Spring Bud #B2FC04
Tints of Spring Bud #B2FC04
RGB
CMYK
RGB Variations
Color information
#B2FC04 (or 0xB2FC04) is known color: Spring Bud. HEX triplet: B2, FC and 04. RGB value is (178,252,4). Sum of RGB (Red+Green+Blue) = 178+252+4=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 252 (98.83% from 255 or 58.06% from 434); Blue value is 4 (1.95% from 255 or 0.92% from 434); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FC04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2FC04 is #4D03FB. Grayscale: #CACACA. Windows color (decimal): -5047292 or 326834. OLE color: 326834.
HSL color Cylindrical-coordinate representation of color #B2FC04: hue angle of 77.9º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B2FC04 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 252 | 4 | - |
| CMYK | 0.29 | 0 | 0.98 | 0.01 |
| HSL | 77.9º | 0.98% | 0.5% | - |
| HSV(B) | 77.9º | 0.98% | 0.99% | - |
| XYZ | 53.19 | 79.09 | 12.58 | - |
| YUV | 201.6 | 16.48 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 252 | 4 | 0.29 | 0 | 0.98 | 0.01 | 77.9 | 0.98 | 0.5 |
| Hex | B2 | FC | 4 | 1D | 0 | 62 | 1 | 4E | 62 | 32 |
| Octal | 262 | 374 | 4 | 35 | 0 | 142 | 1 | 116 | 142 | 62 |
| Binary | 10110010 | 11111100 | 100 | 11101 | 0 | 1100010 | 1 | 1001110 | 1100010 | 110010 |
Color Harmonies of #B2FC04
Complementary color
Monochromatic Colors of #B2FC04
Black with #B2FC04
Text Example
Text Example
White with #B2FC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FC04; }
p { color: rgb(178,252,4); }
H1.HeaderClassName
{
color: #B2FC04;
}
.AnyTagClassName
{
color: #B2FC04;
}
</style>
background-color css
<style>
a { background-color: #B2FC04; }
a { background-color: rgb(178,252,4); }
div.DivClassName
{
background-color: #B2FC04;
}
.BgClassName
{
background-color: #B2FC04;
}
</style>
border-color css
<style>
span { border-color: #B2FC04; }
span { border-color: rgb(178,252,4); }
td.TdClassName
{
border-color: #B2FC04;
}
.TagClassName
{
border-color: #B2FC04;
}
</style>