Shades of Spring Bud #B9FF02
Tints of Spring Bud #B9FF02
RGB
CMYK
RGB Variations
Color information
#B9FF02 (or 0xB9FF02) is known color: Spring Bud. HEX triplet: B9, FF and 02. RGB value is (185,255,2). Sum of RGB (Red+Green+Blue) = 185+255+2=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 255 (100% from 255 or 57.69% from 442); Blue value is 2 (1.17% from 255 or 0.45% from 442); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FF02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9FF02 is #4600FD. Grayscale: #CECECE. Windows color (decimal): -4587774 or 196537. OLE color: 196537.
HSL color Cylindrical-coordinate representation of color #B9FF02: hue angle of 76.6º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B9FF02 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 255 | 2 | - |
| CMYK | 0.27 | 0 | 0.99 | 0 |
| HSL | 76.6º | 1% | 0.5% | - |
| HSV(B) | 76.6º | 0.99% | 1% | - |
| XYZ | 55.78 | 81.84 | 12.91 | - |
| YUV | 205.23 | 13.31 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 255 | 2 | 0.27 | 0 | 0.99 | 0 | 76.6 | 1 | 0.5 |
| Hex | B9 | FF | 2 | 1B | 0 | 63 | 0 | 4D | 64 | 32 |
| Octal | 271 | 377 | 2 | 33 | 0 | 143 | 0 | 115 | 144 | 62 |
| Binary | 10111001 | 11111111 | 10 | 11011 | 0 | 1100011 | 0 | 1001101 | 1100100 | 110010 |
Color Harmonies of #B9FF02
Complementary color
Monochromatic Colors of #B9FF02
Black with #B9FF02
Text Example
Text Example
White with #B9FF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FF02; }
p { color: rgb(185,255,2); }
H1.HeaderClassName
{
color: #B9FF02;
}
.AnyTagClassName
{
color: #B9FF02;
}
</style>
background-color css
<style>
a { background-color: #B9FF02; }
a { background-color: rgb(185,255,2); }
div.DivClassName
{
background-color: #B9FF02;
}
.BgClassName
{
background-color: #B9FF02;
}
</style>
border-color css
<style>
span { border-color: #B9FF02; }
span { border-color: rgb(185,255,2); }
td.TdClassName
{
border-color: #B9FF02;
}
.TagClassName
{
border-color: #B9FF02;
}
</style>