Shades of Spring Bud #9DF103
Tints of Spring Bud #9DF103
RGB
CMYK
RGB Variations
Color information
#9DF103 (or 0x9DF103) is known color: Spring Bud. HEX triplet: 9D, F1 and 03. RGB value is (157,241,3). Sum of RGB (Red+Green+Blue) = 157+241+3=401 (53% of max value = 765). Red value is 157 (61.72% from 255 or 39.15% from 401); Green value is 241 (94.53% from 255 or 60.10% from 401); Blue value is 3 (1.56% from 255 or 0.75% from 401); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF103 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF103 is #620EFC. Grayscale: #BDBDBD. Windows color (decimal): -6426365 or 258461. OLE color: 258461.
HSL color Cylindrical-coordinate representation of color #9DF103: hue angle of 81.18º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9DF103 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 241 | 3 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.05 |
| HSL | 81.18º | 0.98% | 0.48% | - |
| HSV(B) | 81.18º | 0.99% | 0.95% | - |
| XYZ | 45.38 | 70.09 | 11.22 | - |
| YUV | 188.75 | 23.17 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 241 | 3 | 0.35 | 0 | 0.99 | 0.05 | 81.18 | 0.98 | 0.48 |
| Hex | 9D | F1 | 3 | 23 | 0 | 63 | 5 | 51 | 62 | 30 |
| Octal | 235 | 361 | 3 | 43 | 0 | 143 | 5 | 121 | 142 | 60 |
| Binary | 10011101 | 11110001 | 11 | 100011 | 0 | 1100011 | 101 | 1010001 | 1100010 | 110000 |
Color Harmonies of #9DF103
Complementary color
Monochromatic Colors of #9DF103
Black with #9DF103
Text Example
Text Example
White with #9DF103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF103; }
p { color: rgb(157,241,3); }
H1.HeaderClassName
{
color: #9DF103;
}
.AnyTagClassName
{
color: #9DF103;
}
</style>
background-color css
<style>
a { background-color: #9DF103; }
a { background-color: rgb(157,241,3); }
div.DivClassName
{
background-color: #9DF103;
}
.BgClassName
{
background-color: #9DF103;
}
</style>
border-color css
<style>
span { border-color: #9DF103; }
span { border-color: rgb(157,241,3); }
td.TdClassName
{
border-color: #9DF103;
}
.TagClassName
{
border-color: #9DF103;
}
</style>