Shades of Spring Bud #9DF316
Tints of Spring Bud #9DF316
RGB
CMYK
RGB Variations
Color information
#9DF316 (or 0x9DF316) is known color: Spring Bud. HEX triplet: 9D, F3 and 16. RGB value is (157,243,22). Sum of RGB (Red+Green+Blue) = 157+243+22=422 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.20% from 422); Green value is 243 (95.31% from 255 or 57.58% from 422); Blue value is 22 (8.98% from 255 or 5.21% from 422); Max value from RGB is 243 - color contains mainly: green. Hex color #9DF316 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF316 is #620CE9. Grayscale: #C0C0C0. Windows color (decimal): -6425834 or 1504157. OLE color: 1504157.
HSL color Cylindrical-coordinate representation of color #9DF316: hue angle of 83.35º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9DF316 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 243 | 22 | - |
| CMYK | 0.35 | 0 | 0.91 | 0.05 |
| HSL | 83.35º | 0.9% | 0.52% | - |
| HSV(B) | 83.35º | 0.91% | 0.95% | - |
| XYZ | 46.1 | 71.33 | 12.1 | - |
| YUV | 192.09 | 32.01 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 243 | 22 | 0.35 | 0 | 0.91 | 0.05 | 83.35 | 0.9 | 0.52 |
| Hex | 9D | F3 | 16 | 23 | 0 | 5B | 5 | 53 | 5A | 34 |
| Octal | 235 | 363 | 26 | 43 | 0 | 133 | 5 | 123 | 132 | 64 |
| Binary | 10011101 | 11110011 | 10110 | 100011 | 0 | 1011011 | 101 | 1010011 | 1011010 | 110100 |
Color Harmonies of #9DF316
Complementary color
Monochromatic Colors of #9DF316
Black with #9DF316
Text Example
Text Example
White with #9DF316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF316; }
p { color: rgb(157,243,22); }
H1.HeaderClassName
{
color: #9DF316;
}
.AnyTagClassName
{
color: #9DF316;
}
</style>
background-color css
<style>
a { background-color: #9DF316; }
a { background-color: rgb(157,243,22); }
div.DivClassName
{
background-color: #9DF316;
}
.BgClassName
{
background-color: #9DF316;
}
</style>
border-color css
<style>
span { border-color: #9DF316; }
span { border-color: rgb(157,243,22); }
td.TdClassName
{
border-color: #9DF316;
}
.TagClassName
{
border-color: #9DF316;
}
</style>