Shades of Spring Bud #9DFF07
Tints of Spring Bud #9DFF07
RGB
CMYK
RGB Variations
Color information
#9DFF07 (or 0x9DFF07) is known color: Spring Bud. HEX triplet: 9D, FF and 07. RGB value is (157,255,7). Sum of RGB (Red+Green+Blue) = 157+255+7=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 255 (100% from 255 or 60.86% from 419); Blue value is 7 (3.12% from 255 or 1.67% from 419); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFF07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DFF07 is #6200F8. Grayscale: #C6C6C6. Windows color (decimal): -6422777 or 524189. OLE color: 524189.
HSL color Cylindrical-coordinate representation of color #9DFF07: hue angle of 83.71º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9DFF07 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 255 | 7 | - |
| CMYK | 0.38 | 0 | 0.97 | 0 |
| HSL | 83.71º | 1% | 0.51% | - |
| HSV(B) | 83.71º | 0.97% | 1% | - |
| XYZ | 49.7 | 78.7 | 12.77 | - |
| YUV | 197.43 | 20.53 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 255 | 7 | 0.38 | 0 | 0.97 | 0 | 83.71 | 1 | 0.51 |
| Hex | 9D | FF | 7 | 26 | 0 | 61 | 0 | 54 | 64 | 33 |
| Octal | 235 | 377 | 7 | 46 | 0 | 141 | 0 | 124 | 144 | 63 |
| Binary | 10011101 | 11111111 | 111 | 100110 | 0 | 1100001 | 0 | 1010100 | 1100100 | 110011 |
Color Harmonies of #9DFF07
Complementary color
Monochromatic Colors of #9DFF07
Black with #9DFF07
Text Example
Text Example
White with #9DFF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFF07; }
p { color: rgb(157,255,7); }
H1.HeaderClassName
{
color: #9DFF07;
}
.AnyTagClassName
{
color: #9DFF07;
}
</style>
background-color css
<style>
a { background-color: #9DFF07; }
a { background-color: rgb(157,255,7); }
div.DivClassName
{
background-color: #9DFF07;
}
.BgClassName
{
background-color: #9DFF07;
}
</style>
border-color css
<style>
span { border-color: #9DFF07; }
span { border-color: rgb(157,255,7); }
td.TdClassName
{
border-color: #9DFF07;
}
.TagClassName
{
border-color: #9DFF07;
}
</style>