Shades of Spring Bud #B2F304
Tints of Spring Bud #B2F304
RGB
CMYK
RGB Variations
Color information
#B2F304 (or 0xB2F304) is known color: Spring Bud. HEX triplet: B2, F3 and 04. RGB value is (178,243,4). Sum of RGB (Red+Green+Blue) = 178+243+4=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 243 (95.31% from 255 or 57.18% from 425); Blue value is 4 (1.95% from 255 or 0.94% from 425); Max value from RGB is 243 - color contains mainly: green. Hex color #B2F304 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F304 is #4D0CFB. Grayscale: #C5C5C5. Windows color (decimal): -5049596 or 324530. OLE color: 324530.
HSL color Cylindrical-coordinate representation of color #B2F304: hue angle of 76.32º 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 #B2F304 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 243 | 4 | - |
| CMYK | 0.27 | 0 | 0.98 | 0.05 |
| HSL | 76.32º | 0.97% | 0.48% | - |
| HSV(B) | 76.32º | 0.98% | 0.95% | - |
| XYZ | 50.43 | 73.57 | 11.66 | - |
| YUV | 196.32 | 19.47 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 243 | 4 | 0.27 | 0 | 0.98 | 0.05 | 76.32 | 0.97 | 0.48 |
| Hex | B2 | F3 | 4 | 1B | 0 | 62 | 5 | 4C | 61 | 30 |
| Octal | 262 | 363 | 4 | 33 | 0 | 142 | 5 | 114 | 141 | 60 |
| Binary | 10110010 | 11110011 | 100 | 11011 | 0 | 1100010 | 101 | 1001100 | 1100001 | 110000 |
Color Harmonies of #B2F304
Complementary color
Monochromatic Colors of #B2F304
Black with #B2F304
Text Example
Text Example
White with #B2F304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F304; }
p { color: rgb(178,243,4); }
H1.HeaderClassName
{
color: #B2F304;
}
.AnyTagClassName
{
color: #B2F304;
}
</style>
background-color css
<style>
a { background-color: #B2F304; }
a { background-color: rgb(178,243,4); }
div.DivClassName
{
background-color: #B2F304;
}
.BgClassName
{
background-color: #B2F304;
}
</style>
border-color css
<style>
span { border-color: #B2F304; }
span { border-color: rgb(178,243,4); }
td.TdClassName
{
border-color: #B2F304;
}
.TagClassName
{
border-color: #B2F304;
}
</style>