Shades of Spring Bud #B7FD11
Tints of Spring Bud #B7FD11
RGB
CMYK
RGB Variations
Color information
#B7FD11 (or 0xB7FD11) is known color: Spring Bud. HEX triplet: B7, FD and 11. RGB value is (183,253,17). Sum of RGB (Red+Green+Blue) = 183+253+17=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 253 (99.22% from 255 or 55.85% from 453); Blue value is 17 (7.03% from 255 or 3.75% from 453); Max value from RGB is 253 - color contains mainly: green. Hex color #B7FD11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B7FD11 is #4802EE. Grayscale: #CECECE. Windows color (decimal): -4719343 or 1179063. OLE color: 1179063.
HSL color Cylindrical-coordinate representation of color #B7FD11: hue angle of 77.8º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7FD11 is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 253 | 17 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.01 |
| HSL | 77.8º | 0.98% | 0.53% | - |
| HSV(B) | 77.8º | 0.93% | 0.99% | - |
| XYZ | 54.75 | 80.36 | 13.16 | - |
| YUV | 205.17 | 21.81 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 253 | 17 | 0.28 | 0 | 0.93 | 0.01 | 77.8 | 0.98 | 0.53 |
| Hex | B7 | FD | 11 | 1C | 0 | 5D | 1 | 4E | 62 | 35 |
| Octal | 267 | 375 | 21 | 34 | 0 | 135 | 1 | 116 | 142 | 65 |
| Binary | 10110111 | 11111101 | 10001 | 11100 | 0 | 1011101 | 1 | 1001110 | 1100010 | 110101 |
Color Harmonies of #B7FD11
Complementary color
Monochromatic Colors of #B7FD11
Black with #B7FD11
Text Example
Text Example
White with #B7FD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FD11; }
p { color: rgb(183,253,17); }
H1.HeaderClassName
{
color: #B7FD11;
}
.AnyTagClassName
{
color: #B7FD11;
}
</style>
background-color css
<style>
a { background-color: #B7FD11; }
a { background-color: rgb(183,253,17); }
div.DivClassName
{
background-color: #B7FD11;
}
.BgClassName
{
background-color: #B7FD11;
}
</style>
border-color css
<style>
span { border-color: #B7FD11; }
span { border-color: rgb(183,253,17); }
td.TdClassName
{
border-color: #B7FD11;
}
.TagClassName
{
border-color: #B7FD11;
}
</style>