Shades of Spring Bud #B9FE00
Tints of Spring Bud #B9FE00
RGB
CMYK
RGB Variations
Color information
#B9FE00 (or 0xB9FE00) is known color: Spring Bud. HEX triplet: B9, FE and 00. RGB value is (185,254,0). Sum of RGB (Red+Green+Blue) = 185+254+0=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 254 (99.61% from 255 or 57.86% from 439); Blue value is 0 (0.39% from 255 or 0% from 439); Max value from RGB is 254 - color contains mainly: green. Hex color #B9FE00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9FE00 is #4601FF. Grayscale: #CDCDCD. Windows color (decimal): -4588032 or 65209. OLE color: 65209.
HSL color Cylindrical-coordinate representation of color #B9FE00: hue angle of 76.3º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B9FE00 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 254 | 0 | - |
| CMYK | 0.27 | 0 | 1 | 0.00 |
| HSL | 76.3º | 1% | 0.5% | - |
| HSV(B) | 76.3º | 1% | 1% | - |
| XYZ | 55.45 | 81.2 | 12.75 | - |
| YUV | 204.41 | 12.64 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 254 | 0 | 0.27 | 0 | 1 | 0.00 | 76.3 | 1 | 0.5 |
| Hex | B9 | FE | 0 | 1B | 0 | 64 | 0 | 4C | 64 | 32 |
| Octal | 271 | 376 | 0 | 33 | 0 | 144 | 0 | 114 | 144 | 62 |
| Binary | 10111001 | 11111110 | 0 | 11011 | 0 | 1100100 | 0 | 1001100 | 1100100 | 110010 |
Color Harmonies of #B9FE00
Complementary color
Monochromatic Colors of #B9FE00
Black with #B9FE00
Text Example
Text Example
White with #B9FE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FE00; }
p { color: rgb(185,254,0); }
H1.HeaderClassName
{
color: #B9FE00;
}
.AnyTagClassName
{
color: #B9FE00;
}
</style>
background-color css
<style>
a { background-color: #B9FE00; }
a { background-color: rgb(185,254,0); }
div.DivClassName
{
background-color: #B9FE00;
}
.BgClassName
{
background-color: #B9FE00;
}
</style>
border-color css
<style>
span { border-color: #B9FE00; }
span { border-color: rgb(185,254,0); }
td.TdClassName
{
border-color: #B9FE00;
}
.TagClassName
{
border-color: #B9FE00;
}
</style>