Shades of Spring Bud #B9FD11
Tints of Spring Bud #B9FD11
RGB
CMYK
RGB Variations
Color information
#B9FD11 (or 0xB9FD11) is known color: Spring Bud. HEX triplet: B9, FD and 11. RGB value is (185,253,17). Sum of RGB (Red+Green+Blue) = 185+253+17=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 253 (99.22% from 255 or 55.60% from 455); Blue value is 17 (7.03% from 255 or 3.74% from 455); Max value from RGB is 253 - color contains mainly: green. Hex color #B9FD11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9FD11 is #4602EE. Grayscale: #CECECE. Windows color (decimal): -4588271 or 1179065. OLE color: 1179065.
HSL color Cylindrical-coordinate representation of color #B9FD11: hue angle of 77.29º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B9FD11 is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 253 | 17 | - |
| CMYK | 0.27 | 0 | 0.93 | 0.01 |
| HSL | 77.29º | 0.98% | 0.53% | - |
| HSV(B) | 77.29º | 0.93% | 0.99% | - |
| XYZ | 55.23 | 80.61 | 13.18 | - |
| YUV | 205.76 | 21.47 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 253 | 17 | 0.27 | 0 | 0.93 | 0.01 | 77.29 | 0.98 | 0.53 |
| Hex | B9 | FD | 11 | 1B | 0 | 5D | 1 | 4D | 62 | 35 |
| Octal | 271 | 375 | 21 | 33 | 0 | 135 | 1 | 115 | 142 | 65 |
| Binary | 10111001 | 11111101 | 10001 | 11011 | 0 | 1011101 | 1 | 1001101 | 1100010 | 110101 |
Color Harmonies of #B9FD11
Complementary color
Monochromatic Colors of #B9FD11
Black with #B9FD11
Text Example
Text Example
White with #B9FD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FD11; }
p { color: rgb(185,253,17); }
H1.HeaderClassName
{
color: #B9FD11;
}
.AnyTagClassName
{
color: #B9FD11;
}
</style>
background-color css
<style>
a { background-color: #B9FD11; }
a { background-color: rgb(185,253,17); }
div.DivClassName
{
background-color: #B9FD11;
}
.BgClassName
{
background-color: #B9FD11;
}
</style>
border-color css
<style>
span { border-color: #B9FD11; }
span { border-color: rgb(185,253,17); }
td.TdClassName
{
border-color: #B9FD11;
}
.TagClassName
{
border-color: #B9FD11;
}
</style>