Shades of Spring Bud #B2F102
Tints of Spring Bud #B2F102
RGB
CMYK
RGB Variations
Color information
#B2F102 (or 0xB2F102) is known color: Spring Bud. HEX triplet: B2, F1 and 02. RGB value is (178,241,2). Sum of RGB (Red+Green+Blue) = 178+241+2=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 241 (94.53% from 255 or 57.24% from 421); Blue value is 2 (1.17% from 255 or 0.48% from 421); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F102 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F102 is #4D0EFD. Grayscale: #C3C3C3. Windows color (decimal): -5050110 or 192946. OLE color: 192946.
HSL color Cylindrical-coordinate representation of color #B2F102: hue angle of 75.82º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B2F102 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 241 | 2 | - |
| CMYK | 0.26 | 0 | 0.99 | 0.05 |
| HSL | 75.82º | 0.98% | 0.48% | - |
| HSV(B) | 75.82º | 0.99% | 0.95% | - |
| XYZ | 49.83 | 72.38 | 11.4 | - |
| YUV | 194.92 | 19.13 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 241 | 2 | 0.26 | 0 | 0.99 | 0.05 | 75.82 | 0.98 | 0.48 |
| Hex | B2 | F1 | 2 | 1A | 0 | 63 | 5 | 4C | 62 | 30 |
| Octal | 262 | 361 | 2 | 32 | 0 | 143 | 5 | 114 | 142 | 60 |
| Binary | 10110010 | 11110001 | 10 | 11010 | 0 | 1100011 | 101 | 1001100 | 1100010 | 110000 |
Color Harmonies of #B2F102
Complementary color
Monochromatic Colors of #B2F102
Black with #B2F102
Text Example
Text Example
White with #B2F102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F102; }
p { color: rgb(178,241,2); }
H1.HeaderClassName
{
color: #B2F102;
}
.AnyTagClassName
{
color: #B2F102;
}
</style>
background-color css
<style>
a { background-color: #B2F102; }
a { background-color: rgb(178,241,2); }
div.DivClassName
{
background-color: #B2F102;
}
.BgClassName
{
background-color: #B2F102;
}
</style>
border-color css
<style>
span { border-color: #B2F102; }
span { border-color: rgb(178,241,2); }
td.TdClassName
{
border-color: #B2F102;
}
.TagClassName
{
border-color: #B2F102;
}
</style>