Shades of Spring Bud #B6FE05
Tints of Spring Bud #B6FE05
RGB
CMYK
RGB Variations
Color information
#B6FE05 (or 0xB6FE05) is known color: Spring Bud. HEX triplet: B6, FE and 05. RGB value is (182,254,5). Sum of RGB (Red+Green+Blue) = 182+254+5=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 254 (99.61% from 255 or 57.60% from 441); Blue value is 5 (2.34% from 255 or 1.13% from 441); Max value from RGB is 254 - color contains mainly: green. Hex color #B6FE05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B6FE05 is #4901FA. Grayscale: #CDCDCD. Windows color (decimal): -4784635 or 392886. OLE color: 392886.
HSL color Cylindrical-coordinate representation of color #B6FE05: hue angle of 77.35º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B6FE05 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 254 | 5 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.00 |
| HSL | 77.35º | 0.99% | 0.51% | - |
| HSV(B) | 77.35º | 0.98% | 1% | - |
| XYZ | 54.76 | 80.84 | 12.86 | - |
| YUV | 204.09 | 15.65 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 254 | 5 | 0.28 | 0 | 0.98 | 0.00 | 77.35 | 0.99 | 0.51 |
| Hex | B6 | FE | 5 | 1C | 0 | 62 | 0 | 4D | 63 | 33 |
| Octal | 266 | 376 | 5 | 34 | 0 | 142 | 0 | 115 | 143 | 63 |
| Binary | 10110110 | 11111110 | 101 | 11100 | 0 | 1100010 | 0 | 1001101 | 1100011 | 110011 |
Color Harmonies of #B6FE05
Complementary color
Monochromatic Colors of #B6FE05
Black with #B6FE05
Text Example
Text Example
White with #B6FE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FE05; }
p { color: rgb(182,254,5); }
H1.HeaderClassName
{
color: #B6FE05;
}
.AnyTagClassName
{
color: #B6FE05;
}
</style>
background-color css
<style>
a { background-color: #B6FE05; }
a { background-color: rgb(182,254,5); }
div.DivClassName
{
background-color: #B6FE05;
}
.BgClassName
{
background-color: #B6FE05;
}
</style>
border-color css
<style>
span { border-color: #B6FE05; }
span { border-color: rgb(182,254,5); }
td.TdClassName
{
border-color: #B6FE05;
}
.TagClassName
{
border-color: #B6FE05;
}
</style>