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