Shades of Spring Bud #9BE808
Tints of Spring Bud #9BE808
RGB
CMYK
RGB Variations
Color information
#9BE808 (or 0x9BE808) is known color: Spring Bud. HEX triplet: 9B, E8 and 08. RGB value is (155,232,8). Sum of RGB (Red+Green+Blue) = 155+232+8=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 232 (91.02% from 255 or 58.73% from 395); Blue value is 8 (3.52% from 255 or 2.03% from 395); Max value from RGB is 232 - color contains mainly: green. Hex color #9BE808 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BE808 is #6417F7. Grayscale: #B8B8B8. Windows color (decimal): -6559736 or 583835. OLE color: 583835.
HSL color Cylindrical-coordinate representation of color #9BE808: hue angle of 80.62º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9BE808 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 155 | 232 | 8 | - |
| CMYK | 0.33 | 0 | 0.97 | 0.09 |
| HSL | 80.63º | 0.93% | 0.47% | - |
| HSV(B) | 80.63º | 0.97% | 0.91% | - |
| XYZ | 42.42 | 64.7 | 10.48 | - |
| YUV | 183.44 | 28.99 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 232 | 8 | 0.33 | 0 | 0.97 | 0.09 | 80.63 | 0.93 | 0.47 |
| Hex | 9B | E8 | 8 | 21 | 0 | 61 | 9 | 51 | 5D | 2F |
| Octal | 233 | 350 | 10 | 41 | 0 | 141 | 11 | 121 | 135 | 57 |
| Binary | 10011011 | 11101000 | 1000 | 100001 | 0 | 1100001 | 1001 | 1010001 | 1011101 | 101111 |
Color Harmonies of #9BE808
Complementary color
Monochromatic Colors of #9BE808
Black with #9BE808
Text Example
Text Example
White with #9BE808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE808; }
p { color: rgb(155,232,8); }
H1.HeaderClassName
{
color: #9BE808;
}
.AnyTagClassName
{
color: #9BE808;
}
</style>
background-color css
<style>
a { background-color: #9BE808; }
a { background-color: rgb(155,232,8); }
div.DivClassName
{
background-color: #9BE808;
}
.BgClassName
{
background-color: #9BE808;
}
</style>
border-color css
<style>
span { border-color: #9BE808; }
span { border-color: rgb(155,232,8); }
td.TdClassName
{
border-color: #9BE808;
}
.TagClassName
{
border-color: #9BE808;
}
</style>