Shades of Spring Bud #9BEF03
Tints of Spring Bud #9BEF03
RGB
CMYK
RGB Variations
Color information
#9BEF03 (or 0x9BEF03) is known color: Spring Bud. HEX triplet: 9B, EF and 03. RGB value is (155,239,3). Sum of RGB (Red+Green+Blue) = 155+239+3=397 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.04% from 397); Green value is 239 (93.75% from 255 or 60.20% from 397); Blue value is 3 (1.56% from 255 or 0.76% from 397); Max value from RGB is 239 - color contains mainly: green. Hex color #9BEF03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BEF03 is #6410FC. Grayscale: #BBBBBB. Windows color (decimal): -6557949 or 257947. OLE color: 257947.
HSL color Cylindrical-coordinate representation of color #9BEF03: hue angle of 81.36º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9BEF03 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 239 | 3 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.06 |
| HSL | 81.36º | 0.98% | 0.47% | - |
| HSV(B) | 81.36º | 0.99% | 0.94% | - |
| XYZ | 44.4 | 68.71 | 11.01 | - |
| YUV | 186.98 | 24.17 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 239 | 3 | 0.35 | 0 | 0.99 | 0.06 | 81.36 | 0.98 | 0.47 |
| Hex | 9B | EF | 3 | 23 | 0 | 63 | 6 | 51 | 62 | 2F |
| Octal | 233 | 357 | 3 | 43 | 0 | 143 | 6 | 121 | 142 | 57 |
| Binary | 10011011 | 11101111 | 11 | 100011 | 0 | 1100011 | 110 | 1010001 | 1100010 | 101111 |
Color Harmonies of #9BEF03
Complementary color
Monochromatic Colors of #9BEF03
Black with #9BEF03
Text Example
Text Example
White with #9BEF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEF03; }
p { color: rgb(155,239,3); }
H1.HeaderClassName
{
color: #9BEF03;
}
.AnyTagClassName
{
color: #9BEF03;
}
</style>
background-color css
<style>
a { background-color: #9BEF03; }
a { background-color: rgb(155,239,3); }
div.DivClassName
{
background-color: #9BEF03;
}
.BgClassName
{
background-color: #9BEF03;
}
</style>
border-color css
<style>
span { border-color: #9BEF03; }
span { border-color: rgb(155,239,3); }
td.TdClassName
{
border-color: #9BEF03;
}
.TagClassName
{
border-color: #9BEF03;
}
</style>