Shades of Spring Bud #9DF314
Tints of Spring Bud #9DF314
RGB
CMYK
RGB Variations
Color information
#9DF314 (or 0x9DF314) is known color: Spring Bud. HEX triplet: 9D, F3 and 14. RGB value is (157,243,20). Sum of RGB (Red+Green+Blue) = 157+243+20=420 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.38% from 420); Green value is 243 (95.31% from 255 or 57.86% from 420); Blue value is 20 (8.20% from 255 or 4.76% from 420); Max value from RGB is 243 - color contains mainly: green. Hex color #9DF314 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF314 is #620CEB. Grayscale: #C0C0C0. Windows color (decimal): -6425836 or 1373085. OLE color: 1373085.
HSL color Cylindrical-coordinate representation of color #9DF314: hue angle of 83.14º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9DF314 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 243 | 20 | - |
| CMYK | 0.35 | 0 | 0.92 | 0.05 |
| HSL | 83.14º | 0.9% | 0.52% | - |
| HSV(B) | 83.14º | 0.92% | 0.95% | - |
| XYZ | 46.08 | 71.32 | 12 | - |
| YUV | 191.86 | 31.01 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 243 | 20 | 0.35 | 0 | 0.92 | 0.05 | 83.14 | 0.9 | 0.52 |
| Hex | 9D | F3 | 14 | 23 | 0 | 5C | 5 | 53 | 5A | 34 |
| Octal | 235 | 363 | 24 | 43 | 0 | 134 | 5 | 123 | 132 | 64 |
| Binary | 10011101 | 11110011 | 10100 | 100011 | 0 | 1011100 | 101 | 1010011 | 1011010 | 110100 |
Color Harmonies of #9DF314
Complementary color
Monochromatic Colors of #9DF314
Black with #9DF314
Text Example
Text Example
White with #9DF314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF314; }
p { color: rgb(157,243,20); }
H1.HeaderClassName
{
color: #9DF314;
}
.AnyTagClassName
{
color: #9DF314;
}
</style>
background-color css
<style>
a { background-color: #9DF314; }
a { background-color: rgb(157,243,20); }
div.DivClassName
{
background-color: #9DF314;
}
.BgClassName
{
background-color: #9DF314;
}
</style>
border-color css
<style>
span { border-color: #9DF314; }
span { border-color: rgb(157,243,20); }
td.TdClassName
{
border-color: #9DF314;
}
.TagClassName
{
border-color: #9DF314;
}
</style>