Shades of Spring Bud #B5FC0A
Tints of Spring Bud #B5FC0A
RGB
CMYK
RGB Variations
Color information
#B5FC0A (or 0xB5FC0A) is known color: Spring Bud. HEX triplet: B5, FC and 0A. RGB value is (181,252,10). Sum of RGB (Red+Green+Blue) = 181+252+10=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 252 (98.83% from 255 or 56.88% from 443); Blue value is 10 (4.30% from 255 or 2.26% from 443); Max value from RGB is 252 - color contains mainly: green. Hex color #B5FC0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5FC0A is #4A03F5. Grayscale: #CCCCCC. Windows color (decimal): -4850678 or 720053. OLE color: 720053.
HSL color Cylindrical-coordinate representation of color #B5FC0A: hue angle of 77.6º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B5FC0A is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 252 | 10 | - |
| CMYK | 0.28 | 0 | 0.96 | 0.01 |
| HSL | 77.6º | 0.98% | 0.51% | - |
| HSV(B) | 77.6º | 0.96% | 0.99% | - |
| XYZ | 53.92 | 79.47 | 12.78 | - |
| YUV | 203.18 | 18.98 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 252 | 10 | 0.28 | 0 | 0.96 | 0.01 | 77.6 | 0.98 | 0.51 |
| Hex | B5 | FC | A | 1C | 0 | 60 | 1 | 4E | 62 | 33 |
| Octal | 265 | 374 | 12 | 34 | 0 | 140 | 1 | 116 | 142 | 63 |
| Binary | 10110101 | 11111100 | 1010 | 11100 | 0 | 1100000 | 1 | 1001110 | 1100010 | 110011 |
Color Harmonies of #B5FC0A
Complementary color
Monochromatic Colors of #B5FC0A
Black with #B5FC0A
Text Example
Text Example
White with #B5FC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FC0A; }
p { color: rgb(181,252,10); }
H1.HeaderClassName
{
color: #B5FC0A;
}
.AnyTagClassName
{
color: #B5FC0A;
}
</style>
background-color css
<style>
a { background-color: #B5FC0A; }
a { background-color: rgb(181,252,10); }
div.DivClassName
{
background-color: #B5FC0A;
}
.BgClassName
{
background-color: #B5FC0A;
}
</style>
border-color css
<style>
span { border-color: #B5FC0A; }
span { border-color: rgb(181,252,10); }
td.TdClassName
{
border-color: #B5FC0A;
}
.TagClassName
{
border-color: #B5FC0A;
}
</style>