Shades of Spring Bud #9DFB0B
Tints of Spring Bud #9DFB0B
RGB
CMYK
RGB Variations
Color information
#9DFB0B (or 0x9DFB0B) is known color: Spring Bud. HEX triplet: 9D, FB and 0B. RGB value is (157,251,11). Sum of RGB (Red+Green+Blue) = 157+251+11=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 251 (98.44% from 255 or 59.90% from 419); Blue value is 11 (4.69% from 255 or 2.63% from 419); Max value from RGB is 251 - color contains mainly: green. Hex color #9DFB0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DFB0B is #6204F4. Grayscale: #C4C4C4. Windows color (decimal): -6423797 or 785309. OLE color: 785309.
HSL color Cylindrical-coordinate representation of color #9DFB0B: hue angle of 83.5º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9DFB0B is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 251 | 11 | - |
| CMYK | 0.37 | 0 | 0.96 | 0.02 |
| HSL | 83.5º | 0.97% | 0.51% | - |
| HSV(B) | 83.5º | 0.96% | 0.98% | - |
| XYZ | 48.46 | 76.19 | 12.47 | - |
| YUV | 195.53 | 23.86 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 251 | 11 | 0.37 | 0 | 0.96 | 0.02 | 83.5 | 0.97 | 0.51 |
| Hex | 9D | FB | B | 25 | 0 | 60 | 2 | 54 | 61 | 33 |
| Octal | 235 | 373 | 13 | 45 | 0 | 140 | 2 | 124 | 141 | 63 |
| Binary | 10011101 | 11111011 | 1011 | 100101 | 0 | 1100000 | 10 | 1010100 | 1100001 | 110011 |
Color Harmonies of #9DFB0B
Complementary color
Monochromatic Colors of #9DFB0B
Black with #9DFB0B
Text Example
Text Example
White with #9DFB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFB0B; }
p { color: rgb(157,251,11); }
H1.HeaderClassName
{
color: #9DFB0B;
}
.AnyTagClassName
{
color: #9DFB0B;
}
</style>
background-color css
<style>
a { background-color: #9DFB0B; }
a { background-color: rgb(157,251,11); }
div.DivClassName
{
background-color: #9DFB0B;
}
.BgClassName
{
background-color: #9DFB0B;
}
</style>
border-color css
<style>
span { border-color: #9DFB0B; }
span { border-color: rgb(157,251,11); }
td.TdClassName
{
border-color: #9DFB0B;
}
.TagClassName
{
border-color: #9DFB0B;
}
</style>