Shades of Spring Bud #B7F600
Tints of Spring Bud #B7F600
RGB
CMYK
RGB Variations
Color information
#B7F600 (or 0xB7F600) is known color: Spring Bud. HEX triplet: B7, F6 and 00. RGB value is (183,246,0). Sum of RGB (Red+Green+Blue) = 183+246+0=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 246 (96.48% from 255 or 57.34% from 429); Blue value is 0 (0.39% from 255 or 0% from 429); Max value from RGB is 246 - color contains mainly: green. Hex color #B7F600 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B7F600 is #4809FF. Grayscale: #C8C8C8. Windows color (decimal): -4721152 or 63159. OLE color: 63159.
HSL color Cylindrical-coordinate representation of color #B7F600: hue angle of 75.37º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B7F600 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 246 | 0 | - |
| CMYK | 0.26 | 0 | 1 | 0.04 |
| HSL | 75.37º | 1% | 0.48% | - |
| HSV(B) | 75.37º | 1% | 0.96% | - |
| XYZ | 52.48 | 75.98 | 11.9 | - |
| YUV | 199.12 | 15.63 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 246 | 0 | 0.26 | 0 | 1 | 0.04 | 75.37 | 1 | 0.48 |
| Hex | B7 | F6 | 0 | 1A | 0 | 64 | 4 | 4B | 64 | 30 |
| Octal | 267 | 366 | 0 | 32 | 0 | 144 | 4 | 113 | 144 | 60 |
| Binary | 10110111 | 11110110 | 0 | 11010 | 0 | 1100100 | 100 | 1001011 | 1100100 | 110000 |
Color Harmonies of #B7F600
Complementary color
Monochromatic Colors of #B7F600
Black with #B7F600
Text Example
Text Example
White with #B7F600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F600; }
p { color: rgb(183,246,0); }
H1.HeaderClassName
{
color: #B7F600;
}
.AnyTagClassName
{
color: #B7F600;
}
</style>
background-color css
<style>
a { background-color: #B7F600; }
a { background-color: rgb(183,246,0); }
div.DivClassName
{
background-color: #B7F600;
}
.BgClassName
{
background-color: #B7F600;
}
</style>
border-color css
<style>
span { border-color: #B7F600; }
span { border-color: rgb(183,246,0); }
td.TdClassName
{
border-color: #B7F600;
}
.TagClassName
{
border-color: #B7F600;
}
</style>