Shades of Spring Bud #9BF601
Tints of Spring Bud #9BF601
RGB
CMYK
RGB Variations
Color information
#9BF601 (or 0x9BF601) is known color: Spring Bud. HEX triplet: 9B, F6 and 01. RGB value is (155,246,1). Sum of RGB (Red+Green+Blue) = 155+246+1=402 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.56% from 402); Green value is 246 (96.48% from 255 or 61.19% from 402); Blue value is 1 (0.78% from 255 or 0.25% from 402); Max value from RGB is 246 - color contains mainly: green. Hex color #9BF601 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BF601 is #6409FE. Grayscale: #BFBFBF. Windows color (decimal): -6556159 or 128667. OLE color: 128667.
HSL color Cylindrical-coordinate representation of color #9BF601: hue angle of 82.29º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9BF601 is Cyan = 0.37, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 246 | 1 | - |
| CMYK | 0.37 | 0 | 1.00 | 0.04 |
| HSL | 82.29º | 0.99% | 0.48% | - |
| HSV(B) | 82.29º | 1% | 0.96% | - |
| XYZ | 46.48 | 72.88 | 11.65 | - |
| YUV | 190.86 | 20.85 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 246 | 1 | 0.37 | 0 | 1.00 | 0.04 | 82.29 | 0.99 | 0.48 |
| Hex | 9B | F6 | 1 | 25 | 0 | 64 | 4 | 52 | 63 | 30 |
| Octal | 233 | 366 | 1 | 45 | 0 | 144 | 4 | 122 | 143 | 60 |
| Binary | 10011011 | 11110110 | 1 | 100101 | 0 | 1100100 | 100 | 1010010 | 1100011 | 110000 |
Color Harmonies of #9BF601
Complementary color
Monochromatic Colors of #9BF601
Black with #9BF601
Text Example
Text Example
White with #9BF601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF601; }
p { color: rgb(155,246,1); }
H1.HeaderClassName
{
color: #9BF601;
}
.AnyTagClassName
{
color: #9BF601;
}
</style>
background-color css
<style>
a { background-color: #9BF601; }
a { background-color: rgb(155,246,1); }
div.DivClassName
{
background-color: #9BF601;
}
.BgClassName
{
background-color: #9BF601;
}
</style>
border-color css
<style>
span { border-color: #9BF601; }
span { border-color: rgb(155,246,1); }
td.TdClassName
{
border-color: #9BF601;
}
.TagClassName
{
border-color: #9BF601;
}
</style>