Shades of Spring Bud #B5FF12
Tints of Spring Bud #B5FF12
RGB
CMYK
RGB Variations
Color information
#B5FF12 (or 0xB5FF12) is known color: Spring Bud. HEX triplet: B5, FF and 12. RGB value is (181,255,18). Sum of RGB (Red+Green+Blue) = 181+255+18=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 255 (100% from 255 or 56.17% from 454); Blue value is 18 (7.42% from 255 or 3.96% from 454); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FF12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5FF12 is #4A00ED. Grayscale: #CECECE. Windows color (decimal): -4849902 or 1245109. OLE color: 1245109.
HSL color Cylindrical-coordinate representation of color #B5FF12: hue angle of 78.73º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5FF12 is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 255 | 18 | - |
| CMYK | 0.29 | 0 | 0.93 | 0 |
| HSL | 78.73º | 1% | 0.54% | - |
| HSV(B) | 78.73º | 0.93% | 1% | - |
| XYZ | 54.93 | 81.39 | 13.39 | - |
| YUV | 205.86 | 21.98 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 255 | 18 | 0.29 | 0 | 0.93 | 0 | 78.73 | 1 | 0.54 |
| Hex | B5 | FF | 12 | 1D | 0 | 5D | 0 | 4F | 64 | 36 |
| Octal | 265 | 377 | 22 | 35 | 0 | 135 | 0 | 117 | 144 | 66 |
| Binary | 10110101 | 11111111 | 10010 | 11101 | 0 | 1011101 | 0 | 1001111 | 1100100 | 110110 |
Color Harmonies of #B5FF12
Complementary color
Monochromatic Colors of #B5FF12
Black with #B5FF12
Text Example
Text Example
White with #B5FF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FF12; }
p { color: rgb(181,255,18); }
H1.HeaderClassName
{
color: #B5FF12;
}
.AnyTagClassName
{
color: #B5FF12;
}
</style>
background-color css
<style>
a { background-color: #B5FF12; }
a { background-color: rgb(181,255,18); }
div.DivClassName
{
background-color: #B5FF12;
}
.BgClassName
{
background-color: #B5FF12;
}
</style>
border-color css
<style>
span { border-color: #B5FF12; }
span { border-color: rgb(181,255,18); }
td.TdClassName
{
border-color: #B5FF12;
}
.TagClassName
{
border-color: #B5FF12;
}
</style>