Shades of Spring Bud #9BEF07
Tints of Spring Bud #9BEF07
RGB
CMYK
RGB Variations
Color information
#9BEF07 (or 0x9BEF07) is known color: Spring Bud. HEX triplet: 9B, EF and 07. RGB value is (155,239,7). Sum of RGB (Red+Green+Blue) = 155+239+7=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 239 (93.75% from 255 or 59.60% from 401); Blue value is 7 (3.12% from 255 or 1.75% from 401); Max value from RGB is 239 - color contains mainly: green. Hex color #9BEF07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BEF07 is #6410F8. Grayscale: #BCBCBC. Windows color (decimal): -6557945 or 520091. OLE color: 520091.
HSL color Cylindrical-coordinate representation of color #9BEF07: hue angle of 81.72º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9BEF07 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 239 | 7 | - |
| CMYK | 0.35 | 0 | 0.97 | 0.06 |
| HSL | 81.72º | 0.94% | 0.48% | - |
| HSV(B) | 81.72º | 0.97% | 0.94% | - |
| XYZ | 44.42 | 68.72 | 11.12 | - |
| YUV | 187.44 | 26.17 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 239 | 7 | 0.35 | 0 | 0.97 | 0.06 | 81.72 | 0.94 | 0.48 |
| Hex | 9B | EF | 7 | 23 | 0 | 61 | 6 | 52 | 5E | 30 |
| Octal | 233 | 357 | 7 | 43 | 0 | 141 | 6 | 122 | 136 | 60 |
| Binary | 10011011 | 11101111 | 111 | 100011 | 0 | 1100001 | 110 | 1010010 | 1011110 | 110000 |
Color Harmonies of #9BEF07
Complementary color
Monochromatic Colors of #9BEF07
Black with #9BEF07
Text Example
Text Example
White with #9BEF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEF07; }
p { color: rgb(155,239,7); }
H1.HeaderClassName
{
color: #9BEF07;
}
.AnyTagClassName
{
color: #9BEF07;
}
</style>
background-color css
<style>
a { background-color: #9BEF07; }
a { background-color: rgb(155,239,7); }
div.DivClassName
{
background-color: #9BEF07;
}
.BgClassName
{
background-color: #9BEF07;
}
</style>
border-color css
<style>
span { border-color: #9BEF07; }
span { border-color: rgb(155,239,7); }
td.TdClassName
{
border-color: #9BEF07;
}
.TagClassName
{
border-color: #9BEF07;
}
</style>