Shades of Spring Bud #9BEF0D
Tints of Spring Bud #9BEF0D
RGB
CMYK
RGB Variations
Color information
#9BEF0D (or 0x9BEF0D) is known color: Spring Bud. HEX triplet: 9B, EF and 0D. RGB value is (155,239,13). Sum of RGB (Red+Green+Blue) = 155+239+13=407 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.08% from 407); Green value is 239 (93.75% from 255 or 58.72% from 407); Blue value is 13 (5.47% from 255 or 3.19% from 407); Max value from RGB is 239 - color contains mainly: green. Hex color #9BEF0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BEF0D is #6410F2. Grayscale: #BCBCBC. Windows color (decimal): -6557939 or 913307. OLE color: 913307.
HSL color Cylindrical-coordinate representation of color #9BEF0D: hue angle of 82.3º degrees, saturation: 0.9, 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 #9BEF0D is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 239 | 13 | - |
| CMYK | 0.35 | 0 | 0.95 | 0.06 |
| HSL | 82.3º | 0.9% | 0.49% | - |
| HSV(B) | 82.3º | 0.95% | 0.94% | - |
| XYZ | 44.46 | 68.73 | 11.3 | - |
| YUV | 188.12 | 29.17 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 239 | 13 | 0.35 | 0 | 0.95 | 0.06 | 82.3 | 0.9 | 0.49 |
| Hex | 9B | EF | D | 23 | 0 | 5F | 6 | 52 | 5A | 31 |
| Octal | 233 | 357 | 15 | 43 | 0 | 137 | 6 | 122 | 132 | 61 |
| Binary | 10011011 | 11101111 | 1101 | 100011 | 0 | 1011111 | 110 | 1010010 | 1011010 | 110001 |
Color Harmonies of #9BEF0D
Complementary color
Monochromatic Colors of #9BEF0D
Black with #9BEF0D
Text Example
Text Example
White with #9BEF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEF0D; }
p { color: rgb(155,239,13); }
H1.HeaderClassName
{
color: #9BEF0D;
}
.AnyTagClassName
{
color: #9BEF0D;
}
</style>
background-color css
<style>
a { background-color: #9BEF0D; }
a { background-color: rgb(155,239,13); }
div.DivClassName
{
background-color: #9BEF0D;
}
.BgClassName
{
background-color: #9BEF0D;
}
</style>
border-color css
<style>
span { border-color: #9BEF0D; }
span { border-color: rgb(155,239,13); }
td.TdClassName
{
border-color: #9BEF0D;
}
.TagClassName
{
border-color: #9BEF0D;
}
</style>