Shades of Spring Bud #9BF808
Tints of Spring Bud #9BF808
RGB
CMYK
RGB Variations
Color information
#9BF808 (or 0x9BF808) is known color: Spring Bud. HEX triplet: 9B, F8 and 08. RGB value is (155,248,8). Sum of RGB (Red+Green+Blue) = 155+248+8=411 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.71% from 411); Green value is 248 (97.27% from 255 or 60.34% from 411); Blue value is 8 (3.52% from 255 or 1.95% from 411); Max value from RGB is 248 - color contains mainly: green. Hex color #9BF808 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BF808 is #6407F7. Grayscale: #C1C1C1. Windows color (decimal): -6555640 or 587931. OLE color: 587931.
HSL color Cylindrical-coordinate representation of color #9BF808: hue angle of 83.25º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9BF808 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 155 | 248 | 8 | - |
| CMYK | 0.38 | 0 | 0.97 | 0.03 |
| HSL | 83.25º | 0.94% | 0.5% | - |
| HSV(B) | 83.25º | 0.97% | 0.97% | - |
| XYZ | 47.13 | 74.12 | 12.05 | - |
| YUV | 192.83 | 23.69 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 248 | 8 | 0.38 | 0 | 0.97 | 0.03 | 83.25 | 0.94 | 0.5 |
| Hex | 9B | F8 | 8 | 26 | 0 | 61 | 3 | 53 | 5E | 32 |
| Octal | 233 | 370 | 10 | 46 | 0 | 141 | 3 | 123 | 136 | 62 |
| Binary | 10011011 | 11111000 | 1000 | 100110 | 0 | 1100001 | 11 | 1010011 | 1011110 | 110010 |
Color Harmonies of #9BF808
Complementary color
Monochromatic Colors of #9BF808
Black with #9BF808
Text Example
Text Example
White with #9BF808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF808; }
p { color: rgb(155,248,8); }
H1.HeaderClassName
{
color: #9BF808;
}
.AnyTagClassName
{
color: #9BF808;
}
</style>
background-color css
<style>
a { background-color: #9BF808; }
a { background-color: rgb(155,248,8); }
div.DivClassName
{
background-color: #9BF808;
}
.BgClassName
{
background-color: #9BF808;
}
</style>
border-color css
<style>
span { border-color: #9BF808; }
span { border-color: rgb(155,248,8); }
td.TdClassName
{
border-color: #9BF808;
}
.TagClassName
{
border-color: #9BF808;
}
</style>