Shades of Spring Bud #B6FE03
Tints of Spring Bud #B6FE03
RGB
CMYK
RGB Variations
Color information
#B6FE03 (or 0xB6FE03) is known color: Spring Bud. HEX triplet: B6, FE and 03. RGB value is (182,254,3). Sum of RGB (Red+Green+Blue) = 182+254+3=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 254 (99.61% from 255 or 57.86% from 439); Blue value is 3 (1.56% from 255 or 0.68% from 439); Max value from RGB is 254 - color contains mainly: green. Hex color #B6FE03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B6FE03 is #4901FC. Grayscale: #CCCCCC. Windows color (decimal): -4784637 or 261814. OLE color: 261814.
HSL color Cylindrical-coordinate representation of color #B6FE03: hue angle of 77.21º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B6FE03 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 254 | 3 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.00 |
| HSL | 77.21º | 0.99% | 0.5% | - |
| HSV(B) | 77.21º | 0.99% | 1% | - |
| XYZ | 54.75 | 80.84 | 12.8 | - |
| YUV | 203.86 | 14.65 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 254 | 3 | 0.28 | 0 | 0.99 | 0.00 | 77.21 | 0.99 | 0.5 |
| Hex | B6 | FE | 3 | 1C | 0 | 63 | 0 | 4D | 63 | 32 |
| Octal | 266 | 376 | 3 | 34 | 0 | 143 | 0 | 115 | 143 | 62 |
| Binary | 10110110 | 11111110 | 11 | 11100 | 0 | 1100011 | 0 | 1001101 | 1100011 | 110010 |
Color Harmonies of #B6FE03
Complementary color
Monochromatic Colors of #B6FE03
Black with #B6FE03
Text Example
Text Example
White with #B6FE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FE03; }
p { color: rgb(182,254,3); }
H1.HeaderClassName
{
color: #B6FE03;
}
.AnyTagClassName
{
color: #B6FE03;
}
</style>
background-color css
<style>
a { background-color: #B6FE03; }
a { background-color: rgb(182,254,3); }
div.DivClassName
{
background-color: #B6FE03;
}
.BgClassName
{
background-color: #B6FE03;
}
</style>
border-color css
<style>
span { border-color: #B6FE03; }
span { border-color: rgb(182,254,3); }
td.TdClassName
{
border-color: #B6FE03;
}
.TagClassName
{
border-color: #B6FE03;
}
</style>