Shades of Spring Bud #B5FC16
Tints of Spring Bud #B5FC16
RGB
CMYK
RGB Variations
Color information
#B5FC16 (or 0xB5FC16) is known color: Spring Bud. HEX triplet: B5, FC and 16. RGB value is (181,252,22). Sum of RGB (Red+Green+Blue) = 181+252+22=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 252 (98.83% from 255 or 55.38% from 455); Blue value is 22 (8.98% from 255 or 4.84% from 455); Max value from RGB is 252 - color contains mainly: green. Hex color #B5FC16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5FC16 is #4A03E9. Grayscale: #CDCDCD. Windows color (decimal): -4850666 or 1506485. OLE color: 1506485.
HSL color Cylindrical-coordinate representation of color #B5FC16: hue angle of 78.52º degrees, saturation: 0.97, 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 #B5FC16 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
RGB | 181 | 252 | 22 | - |
CMYK | 0.28 | 0 | 0.91 | 0.01 |
HSL | 78.52º | 0.97% | 0.54% | - |
HSV(B) | 78.52º | 0.91% | 0.99% | - |
XYZ | 54.01 | 79.5 | 13.26 | - |
YUV | 204.55 | 24.98 | 111.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 252 | 22 | 0.28 | 0 | 0.91 | 0.01 | 78.52 | 0.97 | 0.54 |
Hex | B5 | FC | 16 | 1C | 0 | 5B | 1 | 4F | 61 | 36 |
Octal | 265 | 374 | 26 | 34 | 0 | 133 | 1 | 117 | 141 | 66 |
Binary | 10110101 | 11111100 | 10110 | 11100 | 0 | 1011011 | 1 | 1001111 | 1100001 | 110110 |
Color Harmonies of #B5FC16
Complementary color
Monochromatic Colors of #B5FC16
Black with #B5FC16
Text Example
Text Example
White with #B5FC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FC16; }
p { color: rgb(181,252,22); }
H1.HeaderClassName
{
color: #B5FC16;
}
.AnyTagClassName
{
color: #B5FC16;
}
</style>
background-color css
<style>
a { background-color: #B5FC16; }
a { background-color: rgb(181,252,22); }
div.DivClassName
{
background-color: #B5FC16;
}
.BgClassName
{
background-color: #B5FC16;
}
</style>
border-color css
<style>
span { border-color: #B5FC16; }
span { border-color: rgb(181,252,22); }
td.TdClassName
{
border-color: #B5FC16;
}
.TagClassName
{
border-color: #B5FC16;
}
</style>