Shades of Spring Bud #B2FF10
Tints of Spring Bud #B2FF10
RGB
CMYK
RGB Variations
Color information
#B2FF10 (or 0xB2FF10) is known color: Spring Bud. HEX triplet: B2, FF and 10. RGB value is (178,255,16). Sum of RGB (Red+Green+Blue) = 178+255+16=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 255 (100% from 255 or 56.79% from 449); Blue value is 16 (6.64% from 255 or 3.56% from 449); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2FF10 is #4D00EF. Grayscale: #CDCDCD. Windows color (decimal): -5046512 or 1114034. OLE color: 1114034.
HSL color Cylindrical-coordinate representation of color #B2FF10: hue angle of 79.33º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2FF10 is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 16 | - |
| CMYK | 0.30 | 0 | 0.94 | 0 |
| HSL | 79.33º | 1% | 0.53% | - |
| HSV(B) | 79.33º | 0.94% | 1% | - |
| XYZ | 54.21 | 81.02 | 13.27 | - |
| YUV | 204.73 | 21.49 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 16 | 0.30 | 0 | 0.94 | 0 | 79.33 | 1 | 0.53 |
| Hex | B2 | FF | 10 | 1E | 0 | 5E | 0 | 4F | 64 | 35 |
| Octal | 262 | 377 | 20 | 36 | 0 | 136 | 0 | 117 | 144 | 65 |
| Binary | 10110010 | 11111111 | 10000 | 11110 | 0 | 1011110 | 0 | 1001111 | 1100100 | 110101 |
Color Harmonies of #B2FF10
Complementary color
Monochromatic Colors of #B2FF10
Black with #B2FF10
Text Example
Text Example
White with #B2FF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FF10; }
p { color: rgb(178,255,16); }
H1.HeaderClassName
{
color: #B2FF10;
}
.AnyTagClassName
{
color: #B2FF10;
}
</style>
background-color css
<style>
a { background-color: #B2FF10; }
a { background-color: rgb(178,255,16); }
div.DivClassName
{
background-color: #B2FF10;
}
.BgClassName
{
background-color: #B2FF10;
}
</style>
border-color css
<style>
span { border-color: #B2FF10; }
span { border-color: rgb(178,255,16); }
td.TdClassName
{
border-color: #B2FF10;
}
.TagClassName
{
border-color: #B2FF10;
}
</style>