Shades of Spring Bud #B5FD16
Tints of Spring Bud #B5FD16
RGB
CMYK
RGB Variations
Color information
#B5FD16 (or 0xB5FD16) is known color: Spring Bud. HEX triplet: B5, FD and 16. RGB value is (181,253,22). Sum of RGB (Red+Green+Blue) = 181+253+22=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 253 (99.22% from 255 or 55.48% from 456); Blue value is 22 (8.98% from 255 or 4.82% from 456); Max value from RGB is 253 - color contains mainly: green. Hex color #B5FD16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5FD16 is #4A02E9. Grayscale: #CDCDCD. Windows color (decimal): -4850410 or 1506741. OLE color: 1506741.
HSL color Cylindrical-coordinate representation of color #B5FD16: hue angle of 78.7º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B5FD16 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 253 | 22 | - |
| CMYK | 0.28 | 0 | 0.91 | 0.01 |
| HSL | 78.7º | 0.98% | 0.54% | - |
| HSV(B) | 78.7º | 0.91% | 0.99% | - |
| XYZ | 54.33 | 80.13 | 13.36 | - |
| YUV | 205.14 | 24.65 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 253 | 22 | 0.28 | 0 | 0.91 | 0.01 | 78.7 | 0.98 | 0.54 |
| Hex | B5 | FD | 16 | 1C | 0 | 5B | 1 | 4F | 62 | 36 |
| Octal | 265 | 375 | 26 | 34 | 0 | 133 | 1 | 117 | 142 | 66 |
| Binary | 10110101 | 11111101 | 10110 | 11100 | 0 | 1011011 | 1 | 1001111 | 1100010 | 110110 |
Color Harmonies of #B5FD16
Complementary color
Monochromatic Colors of #B5FD16
Black with #B5FD16
Text Example
Text Example
White with #B5FD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FD16; }
p { color: rgb(181,253,22); }
H1.HeaderClassName
{
color: #B5FD16;
}
.AnyTagClassName
{
color: #B5FD16;
}
</style>
background-color css
<style>
a { background-color: #B5FD16; }
a { background-color: rgb(181,253,22); }
div.DivClassName
{
background-color: #B5FD16;
}
.BgClassName
{
background-color: #B5FD16;
}
</style>
border-color css
<style>
span { border-color: #B5FD16; }
span { border-color: rgb(181,253,22); }
td.TdClassName
{
border-color: #B5FD16;
}
.TagClassName
{
border-color: #B5FD16;
}
</style>