Shades of Spring Bud #9DFF0B
Tints of Spring Bud #9DFF0B
RGB
CMYK
RGB Variations
Color information
#9DFF0B (or 0x9DFF0B) is known color: Spring Bud. HEX triplet: 9D, FF and 0B. RGB value is (157,255,11). Sum of RGB (Red+Green+Blue) = 157+255+11=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 255 (100% from 255 or 60.28% from 423); Blue value is 11 (4.69% from 255 or 2.60% from 423); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFF0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DFF0B is #6200F4. Grayscale: #C6C6C6. Windows color (decimal): -6422773 or 786333. OLE color: 786333.
HSL color Cylindrical-coordinate representation of color #9DFF0B: hue angle of 84.1º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9DFF0B is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 255 | 11 | - |
| CMYK | 0.38 | 0 | 0.96 | 0 |
| HSL | 84.1º | 1% | 0.52% | - |
| HSV(B) | 84.1º | 0.96% | 1% | - |
| XYZ | 49.73 | 78.71 | 12.89 | - |
| YUV | 197.88 | 22.53 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 255 | 11 | 0.38 | 0 | 0.96 | 0 | 84.1 | 1 | 0.52 |
| Hex | 9D | FF | B | 26 | 0 | 60 | 0 | 54 | 64 | 34 |
| Octal | 235 | 377 | 13 | 46 | 0 | 140 | 0 | 124 | 144 | 64 |
| Binary | 10011101 | 11111111 | 1011 | 100110 | 0 | 1100000 | 0 | 1010100 | 1100100 | 110100 |
Color Harmonies of #9DFF0B
Complementary color
Monochromatic Colors of #9DFF0B
Black with #9DFF0B
Text Example
Text Example
White with #9DFF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFF0B; }
p { color: rgb(157,255,11); }
H1.HeaderClassName
{
color: #9DFF0B;
}
.AnyTagClassName
{
color: #9DFF0B;
}
</style>
background-color css
<style>
a { background-color: #9DFF0B; }
a { background-color: rgb(157,255,11); }
div.DivClassName
{
background-color: #9DFF0B;
}
.BgClassName
{
background-color: #9DFF0B;
}
</style>
border-color css
<style>
span { border-color: #9DFF0B; }
span { border-color: rgb(157,255,11); }
td.TdClassName
{
border-color: #9DFF0B;
}
.TagClassName
{
border-color: #9DFF0B;
}
</style>