Shades of Spring Bud #9DF305
Tints of Spring Bud #9DF305
RGB
CMYK
RGB Variations
Color information
#9DF305 (or 0x9DF305) is known color: Spring Bud. HEX triplet: 9D, F3 and 05. RGB value is (157,243,5). Sum of RGB (Red+Green+Blue) = 157+243+5=405 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.77% from 405); Green value is 243 (95.31% from 255 or 60% from 405); Blue value is 5 (2.34% from 255 or 1.23% from 405); Max value from RGB is 243 - color contains mainly: green. Hex color #9DF305 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF305 is #620CFA. Grayscale: #BFBFBF. Windows color (decimal): -6425851 or 390045. OLE color: 390045.
HSL color Cylindrical-coordinate representation of color #9DF305: hue angle of 81.68º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9DF305 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 243 | 5 | - |
| CMYK | 0.35 | 0 | 0.98 | 0.05 |
| HSL | 81.68º | 0.96% | 0.49% | - |
| HSV(B) | 81.68º | 0.98% | 0.95% | - |
| XYZ | 45.98 | 71.28 | 11.48 | - |
| YUV | 190.15 | 23.51 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 243 | 5 | 0.35 | 0 | 0.98 | 0.05 | 81.68 | 0.96 | 0.49 |
| Hex | 9D | F3 | 5 | 23 | 0 | 62 | 5 | 52 | 60 | 31 |
| Octal | 235 | 363 | 5 | 43 | 0 | 142 | 5 | 122 | 140 | 61 |
| Binary | 10011101 | 11110011 | 101 | 100011 | 0 | 1100010 | 101 | 1010010 | 1100000 | 110001 |
Color Harmonies of #9DF305
Complementary color
Monochromatic Colors of #9DF305
Black with #9DF305
Text Example
Text Example
White with #9DF305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF305; }
p { color: rgb(157,243,5); }
H1.HeaderClassName
{
color: #9DF305;
}
.AnyTagClassName
{
color: #9DF305;
}
</style>
background-color css
<style>
a { background-color: #9DF305; }
a { background-color: rgb(157,243,5); }
div.DivClassName
{
background-color: #9DF305;
}
.BgClassName
{
background-color: #9DF305;
}
</style>
border-color css
<style>
span { border-color: #9DF305; }
span { border-color: rgb(157,243,5); }
td.TdClassName
{
border-color: #9DF305;
}
.TagClassName
{
border-color: #9DF305;
}
</style>