Shades of Spring Bud #B9FF0D
Tints of Spring Bud #B9FF0D
RGB
CMYK
RGB Variations
Color information
#B9FF0D (or 0xB9FF0D) is known color: Spring Bud. HEX triplet: B9, FF and 0D. RGB value is (185,255,13). Sum of RGB (Red+Green+Blue) = 185+255+13=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 255 (100% from 255 or 56.29% from 453); Blue value is 13 (5.47% from 255 or 2.87% from 453); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FF0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9FF0D is #4600F2. Grayscale: #CFCFCF. Windows color (decimal): -4587763 or 917433. OLE color: 917433.
HSL color Cylindrical-coordinate representation of color #B9FF0D: hue angle of 77.36º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B9FF0D is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 255 | 13 | - |
| CMYK | 0.27 | 0 | 0.95 | 0 |
| HSL | 77.36º | 1% | 0.53% | - |
| HSV(B) | 77.36º | 0.95% | 1% | - |
| XYZ | 55.84 | 81.86 | 13.24 | - |
| YUV | 206.48 | 18.81 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 255 | 13 | 0.27 | 0 | 0.95 | 0 | 77.36 | 1 | 0.53 |
| Hex | B9 | FF | D | 1B | 0 | 5F | 0 | 4D | 64 | 35 |
| Octal | 271 | 377 | 15 | 33 | 0 | 137 | 0 | 115 | 144 | 65 |
| Binary | 10111001 | 11111111 | 1101 | 11011 | 0 | 1011111 | 0 | 1001101 | 1100100 | 110101 |
Color Harmonies of #B9FF0D
Complementary color
Monochromatic Colors of #B9FF0D
Black with #B9FF0D
Text Example
Text Example
White with #B9FF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FF0D; }
p { color: rgb(185,255,13); }
H1.HeaderClassName
{
color: #B9FF0D;
}
.AnyTagClassName
{
color: #B9FF0D;
}
</style>
background-color css
<style>
a { background-color: #B9FF0D; }
a { background-color: rgb(185,255,13); }
div.DivClassName
{
background-color: #B9FF0D;
}
.BgClassName
{
background-color: #B9FF0D;
}
</style>
border-color css
<style>
span { border-color: #B9FF0D; }
span { border-color: rgb(185,255,13); }
td.TdClassName
{
border-color: #B9FF0D;
}
.TagClassName
{
border-color: #B9FF0D;
}
</style>