Shades of Spring Bud #B7FA11
Tints of Spring Bud #B7FA11
RGB
CMYK
RGB Variations
Color information
#B7FA11 (or 0xB7FA11) is known color: Spring Bud. HEX triplet: B7, FA and 11. RGB value is (183,250,17). Sum of RGB (Red+Green+Blue) = 183+250+17=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 250 (98.05% from 255 or 55.56% from 450); Blue value is 17 (7.03% from 255 or 3.78% from 450); Max value from RGB is 250 - color contains mainly: green. Hex color #B7FA11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B7FA11 is #4805EE. Grayscale: #CCCCCC. Windows color (decimal): -4720111 or 1178295. OLE color: 1178295.
HSL color Cylindrical-coordinate representation of color #B7FA11: hue angle of 77.25º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7FA11 is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 250 | 17 | - |
| CMYK | 0.27 | 0 | 0.93 | 0.02 |
| HSL | 77.25º | 0.96% | 0.52% | - |
| HSV(B) | 77.25º | 0.93% | 0.98% | - |
| XYZ | 53.82 | 78.48 | 12.84 | - |
| YUV | 203.41 | 22.8 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 250 | 17 | 0.27 | 0 | 0.93 | 0.02 | 77.25 | 0.96 | 0.52 |
| Hex | B7 | FA | 11 | 1B | 0 | 5D | 2 | 4D | 60 | 34 |
| Octal | 267 | 372 | 21 | 33 | 0 | 135 | 2 | 115 | 140 | 64 |
| Binary | 10110111 | 11111010 | 10001 | 11011 | 0 | 1011101 | 10 | 1001101 | 1100000 | 110100 |
Color Harmonies of #B7FA11
Complementary color
Monochromatic Colors of #B7FA11
Black with #B7FA11
Text Example
Text Example
White with #B7FA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FA11; }
p { color: rgb(183,250,17); }
H1.HeaderClassName
{
color: #B7FA11;
}
.AnyTagClassName
{
color: #B7FA11;
}
</style>
background-color css
<style>
a { background-color: #B7FA11; }
a { background-color: rgb(183,250,17); }
div.DivClassName
{
background-color: #B7FA11;
}
.BgClassName
{
background-color: #B7FA11;
}
</style>
border-color css
<style>
span { border-color: #B7FA11; }
span { border-color: rgb(183,250,17); }
td.TdClassName
{
border-color: #B7FA11;
}
.TagClassName
{
border-color: #B7FA11;
}
</style>