Shades of Spring Bud #9BEF0B
Tints of Spring Bud #9BEF0B
RGB
CMYK
RGB Variations
Color information
#9BEF0B (or 0x9BEF0B) is known color: Spring Bud. HEX triplet: 9B, EF and 0B. RGB value is (155,239,11). Sum of RGB (Red+Green+Blue) = 155+239+11=405 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.27% from 405); Green value is 239 (93.75% from 255 or 59.01% from 405); Blue value is 11 (4.69% from 255 or 2.72% from 405); Max value from RGB is 239 - color contains mainly: green. Hex color #9BEF0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BEF0B is #6410F4. Grayscale: #BCBCBC. Windows color (decimal): -6557941 or 782235. OLE color: 782235.
HSL color Cylindrical-coordinate representation of color #9BEF0B: hue angle of 82.11º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9BEF0B is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 239 | 11 | - |
| CMYK | 0.35 | 0 | 0.95 | 0.06 |
| HSL | 82.11º | 0.91% | 0.49% | - |
| HSV(B) | 82.11º | 0.95% | 0.94% | - |
| XYZ | 44.44 | 68.73 | 11.24 | - |
| YUV | 187.89 | 28.17 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 239 | 11 | 0.35 | 0 | 0.95 | 0.06 | 82.11 | 0.91 | 0.49 |
| Hex | 9B | EF | B | 23 | 0 | 5F | 6 | 52 | 5B | 31 |
| Octal | 233 | 357 | 13 | 43 | 0 | 137 | 6 | 122 | 133 | 61 |
| Binary | 10011011 | 11101111 | 1011 | 100011 | 0 | 1011111 | 110 | 1010010 | 1011011 | 110001 |
Color Harmonies of #9BEF0B
Complementary color
Monochromatic Colors of #9BEF0B
Black with #9BEF0B
Text Example
Text Example
White with #9BEF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEF0B; }
p { color: rgb(155,239,11); }
H1.HeaderClassName
{
color: #9BEF0B;
}
.AnyTagClassName
{
color: #9BEF0B;
}
</style>
background-color css
<style>
a { background-color: #9BEF0B; }
a { background-color: rgb(155,239,11); }
div.DivClassName
{
background-color: #9BEF0B;
}
.BgClassName
{
background-color: #9BEF0B;
}
</style>
border-color css
<style>
span { border-color: #9BEF0B; }
span { border-color: rgb(155,239,11); }
td.TdClassName
{
border-color: #9BEF0B;
}
.TagClassName
{
border-color: #9BEF0B;
}
</style>