Shades of Spring Bud #B6FF05
Tints of Spring Bud #B6FF05
RGB
CMYK
RGB Variations
Color information
#B6FF05 (or 0xB6FF05) is known color: Spring Bud. HEX triplet: B6, FF and 05. RGB value is (182,255,5). Sum of RGB (Red+Green+Blue) = 182+255+5=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 255 (100% from 255 or 57.69% from 442); Blue value is 5 (2.34% from 255 or 1.13% from 442); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FF05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B6FF05 is #4900FA. Grayscale: #CDCDCD. Windows color (decimal): -4784379 or 393142. OLE color: 393142.
HSL color Cylindrical-coordinate representation of color #B6FF05: hue angle of 77.52º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B6FF05 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 255 | 5 | - |
| CMYK | 0.29 | 0 | 0.98 | 0 |
| HSL | 77.52º | 1% | 0.51% | - |
| HSV(B) | 77.52º | 0.98% | 1% | - |
| XYZ | 55.08 | 81.48 | 12.97 | - |
| YUV | 204.67 | 15.32 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 255 | 5 | 0.29 | 0 | 0.98 | 0 | 77.52 | 1 | 0.51 |
| Hex | B6 | FF | 5 | 1D | 0 | 62 | 0 | 4E | 64 | 33 |
| Octal | 266 | 377 | 5 | 35 | 0 | 142 | 0 | 116 | 144 | 63 |
| Binary | 10110110 | 11111111 | 101 | 11101 | 0 | 1100010 | 0 | 1001110 | 1100100 | 110011 |
Color Harmonies of #B6FF05
Complementary color
Monochromatic Colors of #B6FF05
Black with #B6FF05
Text Example
Text Example
White with #B6FF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FF05; }
p { color: rgb(182,255,5); }
H1.HeaderClassName
{
color: #B6FF05;
}
.AnyTagClassName
{
color: #B6FF05;
}
</style>
background-color css
<style>
a { background-color: #B6FF05; }
a { background-color: rgb(182,255,5); }
div.DivClassName
{
background-color: #B6FF05;
}
.BgClassName
{
background-color: #B6FF05;
}
</style>
border-color css
<style>
span { border-color: #B6FF05; }
span { border-color: rgb(182,255,5); }
td.TdClassName
{
border-color: #B6FF05;
}
.TagClassName
{
border-color: #B6FF05;
}
</style>