Shades of Spring Bud #9DFB06
Tints of Spring Bud #9DFB06
RGB
CMYK
RGB Variations
Color information
#9DFB06 (or 0x9DFB06) is known color: Spring Bud. HEX triplet: 9D, FB and 06. RGB value is (157,251,6). Sum of RGB (Red+Green+Blue) = 157+251+6=414 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.92% from 414); Green value is 251 (98.44% from 255 or 60.63% from 414); Blue value is 6 (2.73% from 255 or 1.45% from 414); Max value from RGB is 251 - color contains mainly: green. Hex color #9DFB06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DFB06 is #6204F9. Grayscale: #C3C3C3. Windows color (decimal): -6423802 or 457629. OLE color: 457629.
HSL color Cylindrical-coordinate representation of color #9DFB06: hue angle of 83.02º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9DFB06 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 251 | 6 | - |
| CMYK | 0.37 | 0 | 0.98 | 0.02 |
| HSL | 83.02º | 0.97% | 0.5% | - |
| HSV(B) | 83.02º | 0.98% | 0.98% | - |
| XYZ | 48.43 | 76.18 | 12.32 | - |
| YUV | 194.96 | 21.36 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 251 | 6 | 0.37 | 0 | 0.98 | 0.02 | 83.02 | 0.97 | 0.5 |
| Hex | 9D | FB | 6 | 25 | 0 | 62 | 2 | 53 | 61 | 32 |
| Octal | 235 | 373 | 6 | 45 | 0 | 142 | 2 | 123 | 141 | 62 |
| Binary | 10011101 | 11111011 | 110 | 100101 | 0 | 1100010 | 10 | 1010011 | 1100001 | 110010 |
Color Harmonies of #9DFB06
Complementary color
Monochromatic Colors of #9DFB06
Black with #9DFB06
Text Example
Text Example
White with #9DFB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFB06; }
p { color: rgb(157,251,6); }
H1.HeaderClassName
{
color: #9DFB06;
}
.AnyTagClassName
{
color: #9DFB06;
}
</style>
background-color css
<style>
a { background-color: #9DFB06; }
a { background-color: rgb(157,251,6); }
div.DivClassName
{
background-color: #9DFB06;
}
.BgClassName
{
background-color: #9DFB06;
}
</style>
border-color css
<style>
span { border-color: #9DFB06; }
span { border-color: rgb(157,251,6); }
td.TdClassName
{
border-color: #9DFB06;
}
.TagClassName
{
border-color: #9DFB06;
}
</style>