Shades of Spring Bud #B5FF07
Tints of Spring Bud #B5FF07
RGB
CMYK
RGB Variations
Color information
#B5FF07 (or 0xB5FF07) is known color: Spring Bud. HEX triplet: B5, FF and 07. RGB value is (181,255,7). Sum of RGB (Red+Green+Blue) = 181+255+7=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 255 (100% from 255 or 57.56% from 443); Blue value is 7 (3.12% from 255 or 1.58% from 443); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FF07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5FF07 is #4A00F8. Grayscale: #CDCDCD. Windows color (decimal): -4849913 or 524213. OLE color: 524213.
HSL color Cylindrical-coordinate representation of color #B5FF07: hue angle of 77.9º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B5FF07 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 255 | 7 | - |
| CMYK | 0.29 | 0 | 0.97 | 0 |
| HSL | 77.9º | 1% | 0.51% | - |
| HSV(B) | 77.9º | 0.97% | 1% | - |
| XYZ | 54.85 | 81.36 | 13.01 | - |
| YUV | 204.6 | 16.48 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 255 | 7 | 0.29 | 0 | 0.97 | 0 | 77.9 | 1 | 0.51 |
| Hex | B5 | FF | 7 | 1D | 0 | 61 | 0 | 4E | 64 | 33 |
| Octal | 265 | 377 | 7 | 35 | 0 | 141 | 0 | 116 | 144 | 63 |
| Binary | 10110101 | 11111111 | 111 | 11101 | 0 | 1100001 | 0 | 1001110 | 1100100 | 110011 |
Color Harmonies of #B5FF07
Complementary color
Monochromatic Colors of #B5FF07
Black with #B5FF07
Text Example
Text Example
White with #B5FF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FF07; }
p { color: rgb(181,255,7); }
H1.HeaderClassName
{
color: #B5FF07;
}
.AnyTagClassName
{
color: #B5FF07;
}
</style>
background-color css
<style>
a { background-color: #B5FF07; }
a { background-color: rgb(181,255,7); }
div.DivClassName
{
background-color: #B5FF07;
}
.BgClassName
{
background-color: #B5FF07;
}
</style>
border-color css
<style>
span { border-color: #B5FF07; }
span { border-color: rgb(181,255,7); }
td.TdClassName
{
border-color: #B5FF07;
}
.TagClassName
{
border-color: #B5FF07;
}
</style>