Shades of Spring Bud #B7FC0B
Tints of Spring Bud #B7FC0B
RGB
CMYK
RGB Variations
Color information
#B7FC0B (or 0xB7FC0B) is known color: Spring Bud. HEX triplet: B7, FC and 0B. RGB value is (183,252,11). Sum of RGB (Red+Green+Blue) = 183+252+11=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 252 (98.83% from 255 or 56.50% from 446); Blue value is 11 (4.69% from 255 or 2.47% from 446); Max value from RGB is 252 - color contains mainly: green. Hex color #B7FC0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B7FC0B is #4803F4. Grayscale: #CCCCCC. Windows color (decimal): -4719605 or 785591. OLE color: 785591.
HSL color Cylindrical-coordinate representation of color #B7FC0B: hue angle of 77.18º 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 #B7FC0B is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 252 | 11 | - |
| CMYK | 0.27 | 0 | 0.96 | 0.01 |
| HSL | 77.18º | 0.98% | 0.52% | - |
| HSV(B) | 77.18º | 0.96% | 0.99% | - |
| XYZ | 54.4 | 79.71 | 12.84 | - |
| YUV | 203.9 | 19.14 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 252 | 11 | 0.27 | 0 | 0.96 | 0.01 | 77.18 | 0.98 | 0.52 |
| Hex | B7 | FC | B | 1B | 0 | 60 | 1 | 4D | 62 | 34 |
| Octal | 267 | 374 | 13 | 33 | 0 | 140 | 1 | 115 | 142 | 64 |
| Binary | 10110111 | 11111100 | 1011 | 11011 | 0 | 1100000 | 1 | 1001101 | 1100010 | 110100 |
Color Harmonies of #B7FC0B
Complementary color
Monochromatic Colors of #B7FC0B
Black with #B7FC0B
Text Example
Text Example
White with #B7FC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FC0B; }
p { color: rgb(183,252,11); }
H1.HeaderClassName
{
color: #B7FC0B;
}
.AnyTagClassName
{
color: #B7FC0B;
}
</style>
background-color css
<style>
a { background-color: #B7FC0B; }
a { background-color: rgb(183,252,11); }
div.DivClassName
{
background-color: #B7FC0B;
}
.BgClassName
{
background-color: #B7FC0B;
}
</style>
border-color css
<style>
span { border-color: #B7FC0B; }
span { border-color: rgb(183,252,11); }
td.TdClassName
{
border-color: #B7FC0B;
}
.TagClassName
{
border-color: #B7FC0B;
}
</style>