Shades of Spring Bud #9DF403
Tints of Spring Bud #9DF403
RGB
CMYK
RGB Variations
Color information
#9DF403 (or 0x9DF403) is known color: Spring Bud. HEX triplet: 9D, F4 and 03. RGB value is (157,244,3). Sum of RGB (Red+Green+Blue) = 157+244+3=404 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.86% from 404); Green value is 244 (95.70% from 255 or 60.40% from 404); Blue value is 3 (1.56% from 255 or 0.74% from 404); Max value from RGB is 244 - color contains mainly: green. Hex color #9DF403 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF403 is #620BFC. Grayscale: #BFBFBF. Windows color (decimal): -6425597 or 259229. OLE color: 259229.
HSL color Cylindrical-coordinate representation of color #9DF403: hue angle of 81.66º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9DF403 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 157 | 244 | 3 | - |
| CMYK | 0.36 | 0 | 0.99 | 0.04 |
| HSL | 81.66º | 0.98% | 0.48% | - |
| HSV(B) | 81.66º | 0.99% | 0.96% | - |
| XYZ | 46.27 | 71.88 | 11.52 | - |
| YUV | 190.51 | 22.18 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 244 | 3 | 0.36 | 0 | 0.99 | 0.04 | 81.66 | 0.98 | 0.48 |
| Hex | 9D | F4 | 3 | 24 | 0 | 63 | 4 | 52 | 62 | 30 |
| Octal | 235 | 364 | 3 | 44 | 0 | 143 | 4 | 122 | 142 | 60 |
| Binary | 10011101 | 11110100 | 11 | 100100 | 0 | 1100011 | 100 | 1010010 | 1100010 | 110000 |
Color Harmonies of #9DF403
Complementary color
Monochromatic Colors of #9DF403
Black with #9DF403
Text Example
Text Example
White with #9DF403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF403; }
p { color: rgb(157,244,3); }
H1.HeaderClassName
{
color: #9DF403;
}
.AnyTagClassName
{
color: #9DF403;
}
</style>
background-color css
<style>
a { background-color: #9DF403; }
a { background-color: rgb(157,244,3); }
div.DivClassName
{
background-color: #9DF403;
}
.BgClassName
{
background-color: #9DF403;
}
</style>
border-color css
<style>
span { border-color: #9DF403; }
span { border-color: rgb(157,244,3); }
td.TdClassName
{
border-color: #9DF403;
}
.TagClassName
{
border-color: #9DF403;
}
</style>