Shades of Spring Bud #B2FF08
Tints of Spring Bud #B2FF08
RGB
CMYK
RGB Variations
Color information
#B2FF08 (or 0xB2FF08) is known color: Spring Bud. HEX triplet: B2, FF and 08. RGB value is (178,255,8). Sum of RGB (Red+Green+Blue) = 178+255+8=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 255 (100% from 255 or 57.82% from 441); Blue value is 8 (3.52% from 255 or 1.81% from 441); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2FF08 is #4D00F7. Grayscale: #CCCCCC. Windows color (decimal): -5046520 or 589746. OLE color: 589746.
HSL color Cylindrical-coordinate representation of color #B2FF08: hue angle of 78.7º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B2FF08 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 8 | - |
| CMYK | 0.30 | 0 | 0.97 | 0 |
| HSL | 78.7º | 1% | 0.52% | - |
| HSV(B) | 78.7º | 0.97% | 1% | - |
| XYZ | 54.16 | 81 | 13.01 | - |
| YUV | 203.82 | 17.49 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 8 | 0.30 | 0 | 0.97 | 0 | 78.7 | 1 | 0.52 |
| Hex | B2 | FF | 8 | 1E | 0 | 61 | 0 | 4F | 64 | 34 |
| Octal | 262 | 377 | 10 | 36 | 0 | 141 | 0 | 117 | 144 | 64 |
| Binary | 10110010 | 11111111 | 1000 | 11110 | 0 | 1100001 | 0 | 1001111 | 1100100 | 110100 |
Color Harmonies of #B2FF08
Complementary color
Monochromatic Colors of #B2FF08
Black with #B2FF08
Text Example
Text Example
White with #B2FF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FF08; }
p { color: rgb(178,255,8); }
H1.HeaderClassName
{
color: #B2FF08;
}
.AnyTagClassName
{
color: #B2FF08;
}
</style>
background-color css
<style>
a { background-color: #B2FF08; }
a { background-color: rgb(178,255,8); }
div.DivClassName
{
background-color: #B2FF08;
}
.BgClassName
{
background-color: #B2FF08;
}
</style>
border-color css
<style>
span { border-color: #B2FF08; }
span { border-color: rgb(178,255,8); }
td.TdClassName
{
border-color: #B2FF08;
}
.TagClassName
{
border-color: #B2FF08;
}
</style>