Shades of Spring Bud #9DF701
Tints of Spring Bud #9DF701
RGB
CMYK
RGB Variations
Color information
#9DF701 (or 0x9DF701) is known color: Spring Bud. HEX triplet: 9D, F7 and 01. RGB value is (157,247,1). Sum of RGB (Red+Green+Blue) = 157+247+1=405 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.77% from 405); Green value is 247 (96.88% from 255 or 60.99% from 405); Blue value is 1 (0.78% from 255 or 0.25% from 405); Max value from RGB is 247 - color contains mainly: green. Hex color #9DF701 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF701 is #6208FE. Grayscale: #C0C0C0. Windows color (decimal): -6424831 or 128925. OLE color: 128925.
HSL color Cylindrical-coordinate representation of color #9DF701: hue angle of 81.95º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9DF701 is Cyan = 0.36, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 157 | 247 | 1 | - |
| CMYK | 0.36 | 0 | 1.00 | 0.03 |
| HSL | 81.95º | 0.99% | 0.49% | - |
| HSV(B) | 81.95º | 1% | 0.97% | - |
| XYZ | 47.17 | 73.69 | 11.77 | - |
| YUV | 192.05 | 20.18 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 247 | 1 | 0.36 | 0 | 1.00 | 0.03 | 81.95 | 0.99 | 0.49 |
| Hex | 9D | F7 | 1 | 24 | 0 | 64 | 3 | 52 | 63 | 31 |
| Octal | 235 | 367 | 1 | 44 | 0 | 144 | 3 | 122 | 143 | 61 |
| Binary | 10011101 | 11110111 | 1 | 100100 | 0 | 1100100 | 11 | 1010010 | 1100011 | 110001 |
Color Harmonies of #9DF701
Complementary color
Monochromatic Colors of #9DF701
Black with #9DF701
Text Example
Text Example
White with #9DF701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF701; }
p { color: rgb(157,247,1); }
H1.HeaderClassName
{
color: #9DF701;
}
.AnyTagClassName
{
color: #9DF701;
}
</style>
background-color css
<style>
a { background-color: #9DF701; }
a { background-color: rgb(157,247,1); }
div.DivClassName
{
background-color: #9DF701;
}
.BgClassName
{
background-color: #9DF701;
}
</style>
border-color css
<style>
span { border-color: #9DF701; }
span { border-color: rgb(157,247,1); }
td.TdClassName
{
border-color: #9DF701;
}
.TagClassName
{
border-color: #9DF701;
}
</style>