Shades of Spring Bud #B7F705
Tints of Spring Bud #B7F705
RGB
CMYK
RGB Variations
Color information
#B7F705 (or 0xB7F705) is known color: Spring Bud. HEX triplet: B7, F7 and 05. RGB value is (183,247,5). Sum of RGB (Red+Green+Blue) = 183+247+5=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 247 (96.88% from 255 or 56.78% from 435); Blue value is 5 (2.34% from 255 or 1.15% from 435); Max value from RGB is 247 - color contains mainly: green. Hex color #B7F705 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B7F705 is #4808FA. Grayscale: #C9C9C9. Windows color (decimal): -4720891 or 391095. OLE color: 391095.
HSL color Cylindrical-coordinate representation of color #B7F705: hue angle of 75.87º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B7F705 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 183 | 247 | 5 | - |
| CMYK | 0.26 | 0 | 0.98 | 0.03 |
| HSL | 75.87º | 0.96% | 0.49% | - |
| HSV(B) | 75.87º | 0.98% | 0.97% | - |
| XYZ | 52.82 | 76.6 | 12.15 | - |
| YUV | 200.28 | 17.8 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 247 | 5 | 0.26 | 0 | 0.98 | 0.03 | 75.87 | 0.96 | 0.49 |
| Hex | B7 | F7 | 5 | 1A | 0 | 62 | 3 | 4C | 60 | 31 |
| Octal | 267 | 367 | 5 | 32 | 0 | 142 | 3 | 114 | 140 | 61 |
| Binary | 10110111 | 11110111 | 101 | 11010 | 0 | 1100010 | 11 | 1001100 | 1100000 | 110001 |
Color Harmonies of #B7F705
Complementary color
Monochromatic Colors of #B7F705
Black with #B7F705
Text Example
Text Example
White with #B7F705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F705; }
p { color: rgb(183,247,5); }
H1.HeaderClassName
{
color: #B7F705;
}
.AnyTagClassName
{
color: #B7F705;
}
</style>
background-color css
<style>
a { background-color: #B7F705; }
a { background-color: rgb(183,247,5); }
div.DivClassName
{
background-color: #B7F705;
}
.BgClassName
{
background-color: #B7F705;
}
</style>
border-color css
<style>
span { border-color: #B7F705; }
span { border-color: rgb(183,247,5); }
td.TdClassName
{
border-color: #B7F705;
}
.TagClassName
{
border-color: #B7F705;
}
</style>