Shades of Spring Bud #9DF100
Tints of Spring Bud #9DF100
RGB
CMYK
RGB Variations
Color information
#9DF100 (or 0x9DF100) is known color: Spring Bud. HEX triplet: 9D, F1 and 00. RGB value is (157,241,0). Sum of RGB (Red+Green+Blue) = 157+241+0=398 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.45% from 398); Green value is 241 (94.53% from 255 or 60.55% from 398); Blue value is 0 (0.39% from 255 or 0% from 398); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF100 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF100 is #620EFF. Grayscale: #BDBDBD. Windows color (decimal): -6426368 or 61853. OLE color: 61853.
HSL color Cylindrical-coordinate representation of color #9DF100: hue angle of 80.91º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9DF100 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 241 | 0 | - |
| CMYK | 0.35 | 0 | 1 | 0.05 |
| HSL | 80.91º | 1% | 0.47% | - |
| HSV(B) | 80.91º | 1% | 0.95% | - |
| XYZ | 45.36 | 70.08 | 11.14 | - |
| YUV | 188.41 | 21.67 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 241 | 0 | 0.35 | 0 | 1 | 0.05 | 80.91 | 1 | 0.47 |
| Hex | 9D | F1 | 0 | 23 | 0 | 64 | 5 | 51 | 64 | 2F |
| Octal | 235 | 361 | 0 | 43 | 0 | 144 | 5 | 121 | 144 | 57 |
| Binary | 10011101 | 11110001 | 0 | 100011 | 0 | 1100100 | 101 | 1010001 | 1100100 | 101111 |
Color Harmonies of #9DF100
Complementary color
Monochromatic Colors of #9DF100
Black with #9DF100
Text Example
Text Example
White with #9DF100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF100; }
p { color: rgb(157,241,0); }
H1.HeaderClassName
{
color: #9DF100;
}
.AnyTagClassName
{
color: #9DF100;
}
</style>
background-color css
<style>
a { background-color: #9DF100; }
a { background-color: rgb(157,241,0); }
div.DivClassName
{
background-color: #9DF100;
}
.BgClassName
{
background-color: #9DF100;
}
</style>
border-color css
<style>
span { border-color: #9DF100; }
span { border-color: rgb(157,241,0); }
td.TdClassName
{
border-color: #9DF100;
}
.TagClassName
{
border-color: #9DF100;
}
</style>