Shades of Spring Bud #B2F902
Tints of Spring Bud #B2F902
RGB
CMYK
RGB Variations
Color information
#B2F902 (or 0xB2F902) is known color: Spring Bud. HEX triplet: B2, F9 and 02. RGB value is (178,249,2). Sum of RGB (Red+Green+Blue) = 178+249+2=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 249 (97.66% from 255 or 58.04% from 429); Blue value is 2 (1.17% from 255 or 0.47% from 429); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F902 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F902 is #4D06FD. Grayscale: #C8C8C8. Windows color (decimal): -5048062 or 194994. OLE color: 194994.
HSL color Cylindrical-coordinate representation of color #B2F902: hue angle of 77.25º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B2F902 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 249 | 2 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.02 |
| HSL | 77.25º | 0.98% | 0.49% | - |
| HSV(B) | 77.25º | 0.99% | 0.98% | - |
| XYZ | 52.25 | 77.22 | 12.21 | - |
| YUV | 199.61 | 16.48 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 249 | 2 | 0.29 | 0 | 0.99 | 0.02 | 77.25 | 0.98 | 0.49 |
| Hex | B2 | F9 | 2 | 1D | 0 | 63 | 2 | 4D | 62 | 31 |
| Octal | 262 | 371 | 2 | 35 | 0 | 143 | 2 | 115 | 142 | 61 |
| Binary | 10110010 | 11111001 | 10 | 11101 | 0 | 1100011 | 10 | 1001101 | 1100010 | 110001 |
Color Harmonies of #B2F902
Complementary color
Monochromatic Colors of #B2F902
Black with #B2F902
Text Example
Text Example
White with #B2F902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F902; }
p { color: rgb(178,249,2); }
H1.HeaderClassName
{
color: #B2F902;
}
.AnyTagClassName
{
color: #B2F902;
}
</style>
background-color css
<style>
a { background-color: #B2F902; }
a { background-color: rgb(178,249,2); }
div.DivClassName
{
background-color: #B2F902;
}
.BgClassName
{
background-color: #B2F902;
}
</style>
border-color css
<style>
span { border-color: #B2F902; }
span { border-color: rgb(178,249,2); }
td.TdClassName
{
border-color: #B2F902;
}
.TagClassName
{
border-color: #B2F902;
}
</style>