Shades of Spring Bud #9DF718
Tints of Spring Bud #9DF718
RGB
CMYK
RGB Variations
Color information
#9DF718 (or 0x9DF718) is known color: Spring Bud. HEX triplet: 9D, F7 and 18. RGB value is (157,247,24). Sum of RGB (Red+Green+Blue) = 157+247+24=428 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.68% from 428); Green value is 247 (96.88% from 255 or 57.71% from 428); Blue value is 24 (9.77% from 255 or 5.61% from 428); Max value from RGB is 247 - color contains mainly: green. Hex color #9DF718 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF718 is #6208E7. Grayscale: #C3C3C3. Windows color (decimal): -6424808 or 1636253. OLE color: 1636253.
HSL color Cylindrical-coordinate representation of color #9DF718: hue angle of 84.22º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9DF718 is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 157 | 247 | 24 | - |
| CMYK | 0.36 | 0 | 0.90 | 0.03 |
| HSL | 84.22º | 0.93% | 0.53% | - |
| HSV(B) | 84.22º | 0.9% | 0.97% | - |
| XYZ | 47.33 | 73.76 | 12.61 | - |
| YUV | 194.67 | 31.68 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 247 | 24 | 0.36 | 0 | 0.90 | 0.03 | 84.22 | 0.93 | 0.53 |
| Hex | 9D | F7 | 18 | 24 | 0 | 5A | 3 | 54 | 5D | 35 |
| Octal | 235 | 367 | 30 | 44 | 0 | 132 | 3 | 124 | 135 | 65 |
| Binary | 10011101 | 11110111 | 11000 | 100100 | 0 | 1011010 | 11 | 1010100 | 1011101 | 110101 |
Color Harmonies of #9DF718
Complementary color
Monochromatic Colors of #9DF718
Black with #9DF718
Text Example
Text Example
White with #9DF718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF718; }
p { color: rgb(157,247,24); }
H1.HeaderClassName
{
color: #9DF718;
}
.AnyTagClassName
{
color: #9DF718;
}
</style>
background-color css
<style>
a { background-color: #9DF718; }
a { background-color: rgb(157,247,24); }
div.DivClassName
{
background-color: #9DF718;
}
.BgClassName
{
background-color: #9DF718;
}
</style>
border-color css
<style>
span { border-color: #9DF718; }
span { border-color: rgb(157,247,24); }
td.TdClassName
{
border-color: #9DF718;
}
.TagClassName
{
border-color: #9DF718;
}
</style>