Shades of Spring Bud #9DF003
Tints of Spring Bud #9DF003
RGB
CMYK
RGB Variations
Color information
#9DF003 (or 0x9DF003) is known color: Spring Bud. HEX triplet: 9D, F0 and 03. RGB value is (157,240,3). Sum of RGB (Red+Green+Blue) = 157+240+3=400 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.25% from 400); Green value is 240 (94.14% from 255 or 60% from 400); Blue value is 3 (1.56% from 255 or 0.75% from 400); Max value from RGB is 240 - color contains mainly: green. Hex color #9DF003 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF003 is #620FFC. Grayscale: #BDBDBD. Windows color (decimal): -6426621 or 258205. OLE color: 258205.
HSL color Cylindrical-coordinate representation of color #9DF003: hue angle of 81.01º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9DF003 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 240 | 3 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.06 |
| HSL | 81.01º | 0.98% | 0.48% | - |
| HSV(B) | 81.01º | 0.99% | 0.94% | - |
| XYZ | 45.08 | 69.49 | 11.12 | - |
| YUV | 188.17 | 23.5 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 240 | 3 | 0.35 | 0 | 0.99 | 0.06 | 81.01 | 0.98 | 0.48 |
| Hex | 9D | F0 | 3 | 23 | 0 | 63 | 6 | 51 | 62 | 30 |
| Octal | 235 | 360 | 3 | 43 | 0 | 143 | 6 | 121 | 142 | 60 |
| Binary | 10011101 | 11110000 | 11 | 100011 | 0 | 1100011 | 110 | 1010001 | 1100010 | 110000 |
Color Harmonies of #9DF003
Complementary color
Monochromatic Colors of #9DF003
Black with #9DF003
Text Example
Text Example
White with #9DF003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF003; }
p { color: rgb(157,240,3); }
H1.HeaderClassName
{
color: #9DF003;
}
.AnyTagClassName
{
color: #9DF003;
}
</style>
background-color css
<style>
a { background-color: #9DF003; }
a { background-color: rgb(157,240,3); }
div.DivClassName
{
background-color: #9DF003;
}
.BgClassName
{
background-color: #9DF003;
}
</style>
border-color css
<style>
span { border-color: #9DF003; }
span { border-color: rgb(157,240,3); }
td.TdClassName
{
border-color: #9DF003;
}
.TagClassName
{
border-color: #9DF003;
}
</style>