Shades of Spring Bud #9DF90D
Tints of Spring Bud #9DF90D
RGB
CMYK
RGB Variations
Color information
#9DF90D (or 0x9DF90D) is known color: Spring Bud. HEX triplet: 9D, F9 and 0D. RGB value is (157,249,13). Sum of RGB (Red+Green+Blue) = 157+249+13=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 249 (97.66% from 255 or 59.43% from 419); Blue value is 13 (5.47% from 255 or 3.10% from 419); Max value from RGB is 249 - color contains mainly: green. Hex color #9DF90D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF90D is #6206F2. Grayscale: #C3C3C3. Windows color (decimal): -6424307 or 915869. OLE color: 915869.
HSL color Cylindrical-coordinate representation of color #9DF90D: hue angle of 83.39º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9DF90D is Cyan = 0.37, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 249 | 13 | - |
| CMYK | 0.37 | 0 | 0.95 | 0.02 |
| HSL | 83.39º | 0.95% | 0.51% | - |
| HSV(B) | 83.39º | 0.95% | 0.98% | - |
| XYZ | 47.85 | 74.95 | 12.33 | - |
| YUV | 194.59 | 25.52 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 249 | 13 | 0.37 | 0 | 0.95 | 0.02 | 83.39 | 0.95 | 0.51 |
| Hex | 9D | F9 | D | 25 | 0 | 5F | 2 | 53 | 5F | 33 |
| Octal | 235 | 371 | 15 | 45 | 0 | 137 | 2 | 123 | 137 | 63 |
| Binary | 10011101 | 11111001 | 1101 | 100101 | 0 | 1011111 | 10 | 1010011 | 1011111 | 110011 |
Color Harmonies of #9DF90D
Complementary color
Monochromatic Colors of #9DF90D
Black with #9DF90D
Text Example
Text Example
White with #9DF90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF90D; }
p { color: rgb(157,249,13); }
H1.HeaderClassName
{
color: #9DF90D;
}
.AnyTagClassName
{
color: #9DF90D;
}
</style>
background-color css
<style>
a { background-color: #9DF90D; }
a { background-color: rgb(157,249,13); }
div.DivClassName
{
background-color: #9DF90D;
}
.BgClassName
{
background-color: #9DF90D;
}
</style>
border-color css
<style>
span { border-color: #9DF90D; }
span { border-color: rgb(157,249,13); }
td.TdClassName
{
border-color: #9DF90D;
}
.TagClassName
{
border-color: #9DF90D;
}
</style>