Shades of Spring Bud #B5FC0B
Tints of Spring Bud #B5FC0B
RGB
CMYK
RGB Variations
Color information
#B5FC0B (or 0xB5FC0B) is known color: Spring Bud. HEX triplet: B5, FC and 0B. RGB value is (181,252,11). Sum of RGB (Red+Green+Blue) = 181+252+11=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 252 (98.83% from 255 or 56.76% from 444); Blue value is 11 (4.69% from 255 or 2.48% from 444); Max value from RGB is 252 - color contains mainly: green. Hex color #B5FC0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5FC0B is #4A03F4. Grayscale: #CCCCCC. Windows color (decimal): -4850677 or 785589. OLE color: 785589.
HSL color Cylindrical-coordinate representation of color #B5FC0B: hue angle of 77.68º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B5FC0B is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 252 | 11 | - |
| CMYK | 0.28 | 0 | 0.96 | 0.01 |
| HSL | 77.68º | 0.98% | 0.52% | - |
| HSV(B) | 77.68º | 0.96% | 0.99% | - |
| XYZ | 53.93 | 79.47 | 12.81 | - |
| YUV | 203.3 | 19.48 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 252 | 11 | 0.28 | 0 | 0.96 | 0.01 | 77.68 | 0.98 | 0.52 |
| Hex | B5 | FC | B | 1C | 0 | 60 | 1 | 4E | 62 | 34 |
| Octal | 265 | 374 | 13 | 34 | 0 | 140 | 1 | 116 | 142 | 64 |
| Binary | 10110101 | 11111100 | 1011 | 11100 | 0 | 1100000 | 1 | 1001110 | 1100010 | 110100 |
Color Harmonies of #B5FC0B
Complementary color
Monochromatic Colors of #B5FC0B
Black with #B5FC0B
Text Example
Text Example
White with #B5FC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FC0B; }
p { color: rgb(181,252,11); }
H1.HeaderClassName
{
color: #B5FC0B;
}
.AnyTagClassName
{
color: #B5FC0B;
}
</style>
background-color css
<style>
a { background-color: #B5FC0B; }
a { background-color: rgb(181,252,11); }
div.DivClassName
{
background-color: #B5FC0B;
}
.BgClassName
{
background-color: #B5FC0B;
}
</style>
border-color css
<style>
span { border-color: #B5FC0B; }
span { border-color: rgb(181,252,11); }
td.TdClassName
{
border-color: #B5FC0B;
}
.TagClassName
{
border-color: #B5FC0B;
}
</style>