Shades of Spring Bud #B9FF07
Tints of Spring Bud #B9FF07
RGB
CMYK
RGB Variations
Color information
#B9FF07 (or 0xB9FF07) is known color: Spring Bud. HEX triplet: B9, FF and 07. RGB value is (185,255,7). Sum of RGB (Red+Green+Blue) = 185+255+7=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 255 (100% from 255 or 57.05% from 447); Blue value is 7 (3.12% from 255 or 1.57% from 447); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FF07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9FF07 is #4600F8. Grayscale: #CECECE. Windows color (decimal): -4587769 or 524217. OLE color: 524217.
HSL color Cylindrical-coordinate representation of color #B9FF07: hue angle of 76.94º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B9FF07 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 255 | 7 | - |
| CMYK | 0.27 | 0 | 0.97 | 0 |
| HSL | 76.94º | 1% | 0.51% | - |
| HSV(B) | 76.94º | 0.97% | 1% | - |
| XYZ | 55.81 | 81.85 | 13.06 | - |
| YUV | 205.8 | 15.81 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 255 | 7 | 0.27 | 0 | 0.97 | 0 | 76.94 | 1 | 0.51 |
| Hex | B9 | FF | 7 | 1B | 0 | 61 | 0 | 4D | 64 | 33 |
| Octal | 271 | 377 | 7 | 33 | 0 | 141 | 0 | 115 | 144 | 63 |
| Binary | 10111001 | 11111111 | 111 | 11011 | 0 | 1100001 | 0 | 1001101 | 1100100 | 110011 |
Color Harmonies of #B9FF07
Complementary color
Monochromatic Colors of #B9FF07
Black with #B9FF07
Text Example
Text Example
White with #B9FF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FF07; }
p { color: rgb(185,255,7); }
H1.HeaderClassName
{
color: #B9FF07;
}
.AnyTagClassName
{
color: #B9FF07;
}
</style>
background-color css
<style>
a { background-color: #B9FF07; }
a { background-color: rgb(185,255,7); }
div.DivClassName
{
background-color: #B9FF07;
}
.BgClassName
{
background-color: #B9FF07;
}
</style>
border-color css
<style>
span { border-color: #B9FF07; }
span { border-color: rgb(185,255,7); }
td.TdClassName
{
border-color: #B9FF07;
}
.TagClassName
{
border-color: #B9FF07;
}
</style>