Shades of Spring Bud #9BF705
Tints of Spring Bud #9BF705
RGB
CMYK
RGB Variations
Color information
#9BF705 (or 0x9BF705) is known color: Spring Bud. HEX triplet: 9B, F7 and 05. RGB value is (155,247,5). Sum of RGB (Red+Green+Blue) = 155+247+5=407 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.08% from 407); Green value is 247 (96.88% from 255 or 60.69% from 407); Blue value is 5 (2.34% from 255 or 1.23% from 407); Max value from RGB is 247 - color contains mainly: green. Hex color #9BF705 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BF705 is #6408FA. Grayscale: #C0C0C0. Windows color (decimal): -6555899 or 391067. OLE color: 391067.
HSL color Cylindrical-coordinate representation of color #9BF705: hue angle of 82.81º 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 #9BF705 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 155 | 247 | 5 | - |
| CMYK | 0.37 | 0 | 0.98 | 0.03 |
| HSL | 82.81º | 0.96% | 0.49% | - |
| HSV(B) | 82.81º | 0.98% | 0.97% | - |
| XYZ | 46.81 | 73.5 | 11.86 | - |
| YUV | 191.9 | 22.52 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 247 | 5 | 0.37 | 0 | 0.98 | 0.03 | 82.81 | 0.96 | 0.49 |
| Hex | 9B | F7 | 5 | 25 | 0 | 62 | 3 | 53 | 60 | 31 |
| Octal | 233 | 367 | 5 | 45 | 0 | 142 | 3 | 123 | 140 | 61 |
| Binary | 10011011 | 11110111 | 101 | 100101 | 0 | 1100010 | 11 | 1010011 | 1100000 | 110001 |
Color Harmonies of #9BF705
Complementary color
Monochromatic Colors of #9BF705
Black with #9BF705
Text Example
Text Example
White with #9BF705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF705; }
p { color: rgb(155,247,5); }
H1.HeaderClassName
{
color: #9BF705;
}
.AnyTagClassName
{
color: #9BF705;
}
</style>
background-color css
<style>
a { background-color: #9BF705; }
a { background-color: rgb(155,247,5); }
div.DivClassName
{
background-color: #9BF705;
}
.BgClassName
{
background-color: #9BF705;
}
</style>
border-color css
<style>
span { border-color: #9BF705; }
span { border-color: rgb(155,247,5); }
td.TdClassName
{
border-color: #9BF705;
}
.TagClassName
{
border-color: #9BF705;
}
</style>