Shades of Spring Bud #9DF414
Tints of Spring Bud #9DF414
RGB
CMYK
RGB Variations
Color information
#9DF414 (or 0x9DF414) is known color: Spring Bud. HEX triplet: 9D, F4 and 14. RGB value is (157,244,20). Sum of RGB (Red+Green+Blue) = 157+244+20=421 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.29% from 421); Green value is 244 (95.70% from 255 or 57.96% from 421); Blue value is 20 (8.20% from 255 or 4.75% from 421); Max value from RGB is 244 - color contains mainly: green. Hex color #9DF414 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF414 is #620BEB. Grayscale: #C1C1C1. Windows color (decimal): -6425580 or 1373341. OLE color: 1373341.
HSL color Cylindrical-coordinate representation of color #9DF414: hue angle of 83.3º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9DF414 is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 157 | 244 | 20 | - |
| CMYK | 0.36 | 0 | 0.92 | 0.04 |
| HSL | 83.3º | 0.91% | 0.52% | - |
| HSV(B) | 83.3º | 0.92% | 0.96% | - |
| XYZ | 46.38 | 71.92 | 12.1 | - |
| YUV | 192.45 | 30.68 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 244 | 20 | 0.36 | 0 | 0.92 | 0.04 | 83.3 | 0.91 | 0.52 |
| Hex | 9D | F4 | 14 | 24 | 0 | 5C | 4 | 53 | 5B | 34 |
| Octal | 235 | 364 | 24 | 44 | 0 | 134 | 4 | 123 | 133 | 64 |
| Binary | 10011101 | 11110100 | 10100 | 100100 | 0 | 1011100 | 100 | 1010011 | 1011011 | 110100 |
Color Harmonies of #9DF414
Complementary color
Monochromatic Colors of #9DF414
Black with #9DF414
Text Example
Text Example
White with #9DF414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF414; }
p { color: rgb(157,244,20); }
H1.HeaderClassName
{
color: #9DF414;
}
.AnyTagClassName
{
color: #9DF414;
}
</style>
background-color css
<style>
a { background-color: #9DF414; }
a { background-color: rgb(157,244,20); }
div.DivClassName
{
background-color: #9DF414;
}
.BgClassName
{
background-color: #9DF414;
}
</style>
border-color css
<style>
span { border-color: #9DF414; }
span { border-color: rgb(157,244,20); }
td.TdClassName
{
border-color: #9DF414;
}
.TagClassName
{
border-color: #9DF414;
}
</style>