Shades of Spring Bud #9BEF08
Tints of Spring Bud #9BEF08
RGB
CMYK
RGB Variations
Color information
#9BEF08 (or 0x9BEF08) is known color: Spring Bud. HEX triplet: 9B, EF and 08. RGB value is (155,239,8). Sum of RGB (Red+Green+Blue) = 155+239+8=402 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.56% from 402); Green value is 239 (93.75% from 255 or 59.45% from 402); Blue value is 8 (3.52% from 255 or 1.99% from 402); Max value from RGB is 239 - color contains mainly: green. Hex color #9BEF08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BEF08 is #6410F7. Grayscale: #BCBCBC. Windows color (decimal): -6557944 or 585627. OLE color: 585627.
HSL color Cylindrical-coordinate representation of color #9BEF08: hue angle of 81.82º 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 #9BEF08 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 239 | 8 | - |
| CMYK | 0.35 | 0 | 0.97 | 0.06 |
| HSL | 81.82º | 0.94% | 0.48% | - |
| HSV(B) | 81.82º | 0.97% | 0.94% | - |
| XYZ | 44.43 | 68.72 | 11.15 | - |
| YUV | 187.55 | 26.67 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 239 | 8 | 0.35 | 0 | 0.97 | 0.06 | 81.82 | 0.94 | 0.48 |
| Hex | 9B | EF | 8 | 23 | 0 | 61 | 6 | 52 | 5E | 30 |
| Octal | 233 | 357 | 10 | 43 | 0 | 141 | 6 | 122 | 136 | 60 |
| Binary | 10011011 | 11101111 | 1000 | 100011 | 0 | 1100001 | 110 | 1010010 | 1011110 | 110000 |
Color Harmonies of #9BEF08
Complementary color
Monochromatic Colors of #9BEF08
Black with #9BEF08
Text Example
Text Example
White with #9BEF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEF08; }
p { color: rgb(155,239,8); }
H1.HeaderClassName
{
color: #9BEF08;
}
.AnyTagClassName
{
color: #9BEF08;
}
</style>
background-color css
<style>
a { background-color: #9BEF08; }
a { background-color: rgb(155,239,8); }
div.DivClassName
{
background-color: #9BEF08;
}
.BgClassName
{
background-color: #9BEF08;
}
</style>
border-color css
<style>
span { border-color: #9BEF08; }
span { border-color: rgb(155,239,8); }
td.TdClassName
{
border-color: #9BEF08;
}
.TagClassName
{
border-color: #9BEF08;
}
</style>