Shades of Spring Bud #9DF916
Tints of Spring Bud #9DF916
RGB
CMYK
RGB Variations
Color information
#9DF916 (or 0x9DF916) is known color: Spring Bud. HEX triplet: 9D, F9 and 16. RGB value is (157,249,22). Sum of RGB (Red+Green+Blue) = 157+249+22=428 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.68% from 428); Green value is 249 (97.66% from 255 or 58.18% from 428); Blue value is 22 (8.98% from 255 or 5.14% from 428); Max value from RGB is 249 - color contains mainly: green. Hex color #9DF916 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF916 is #6206E9. Grayscale: #C4C4C4. Windows color (decimal): -6424298 or 1505693. OLE color: 1505693.
HSL color Cylindrical-coordinate representation of color #9DF916: hue angle of 84.32º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9DF916 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 249 | 22 | - |
| CMYK | 0.37 | 0 | 0.91 | 0.02 |
| HSL | 84.32º | 0.95% | 0.53% | - |
| HSV(B) | 84.32º | 0.91% | 0.98% | - |
| XYZ | 47.93 | 74.98 | 12.71 | - |
| YUV | 195.61 | 30.02 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 249 | 22 | 0.37 | 0 | 0.91 | 0.02 | 84.32 | 0.95 | 0.53 |
| Hex | 9D | F9 | 16 | 25 | 0 | 5B | 2 | 54 | 5F | 35 |
| Octal | 235 | 371 | 26 | 45 | 0 | 133 | 2 | 124 | 137 | 65 |
| Binary | 10011101 | 11111001 | 10110 | 100101 | 0 | 1011011 | 10 | 1010100 | 1011111 | 110101 |
Color Harmonies of #9DF916
Complementary color
Monochromatic Colors of #9DF916
Black with #9DF916
Text Example
Text Example
White with #9DF916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF916; }
p { color: rgb(157,249,22); }
H1.HeaderClassName
{
color: #9DF916;
}
.AnyTagClassName
{
color: #9DF916;
}
</style>
background-color css
<style>
a { background-color: #9DF916; }
a { background-color: rgb(157,249,22); }
div.DivClassName
{
background-color: #9DF916;
}
.BgClassName
{
background-color: #9DF916;
}
</style>
border-color css
<style>
span { border-color: #9DF916; }
span { border-color: rgb(157,249,22); }
td.TdClassName
{
border-color: #9DF916;
}
.TagClassName
{
border-color: #9DF916;
}
</style>