Shades of Spring Bud #9DF60F
Tints of Spring Bud #9DF60F
RGB
CMYK
RGB Variations
Color information
#9DF60F (or 0x9DF60F) is known color: Spring Bud. HEX triplet: 9D, F6 and 0F. RGB value is (157,246,15). Sum of RGB (Red+Green+Blue) = 157+246+15=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 246 (96.48% from 255 or 58.85% from 418); Blue value is 15 (6.25% from 255 or 3.59% from 418); Max value from RGB is 246 - color contains mainly: green. Hex color #9DF60F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF60F is #6209F0. Grayscale: #C1C1C1. Windows color (decimal): -6425073 or 1046173. OLE color: 1046173.
HSL color Cylindrical-coordinate representation of color #9DF60F: hue angle of 83.12º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9DF60F is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 157 | 246 | 15 | - |
| CMYK | 0.36 | 0 | 0.94 | 0.04 |
| HSL | 83.12º | 0.93% | 0.51% | - |
| HSV(B) | 83.12º | 0.94% | 0.96% | - |
| XYZ | 46.95 | 73.11 | 12.09 | - |
| YUV | 193.06 | 27.51 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 246 | 15 | 0.36 | 0 | 0.94 | 0.04 | 83.12 | 0.93 | 0.51 |
| Hex | 9D | F6 | F | 24 | 0 | 5E | 4 | 53 | 5D | 33 |
| Octal | 235 | 366 | 17 | 44 | 0 | 136 | 4 | 123 | 135 | 63 |
| Binary | 10011101 | 11110110 | 1111 | 100100 | 0 | 1011110 | 100 | 1010011 | 1011101 | 110011 |
Color Harmonies of #9DF60F
Complementary color
Monochromatic Colors of #9DF60F
Black with #9DF60F
Text Example
Text Example
White with #9DF60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF60F; }
p { color: rgb(157,246,15); }
H1.HeaderClassName
{
color: #9DF60F;
}
.AnyTagClassName
{
color: #9DF60F;
}
</style>
background-color css
<style>
a { background-color: #9DF60F; }
a { background-color: rgb(157,246,15); }
div.DivClassName
{
background-color: #9DF60F;
}
.BgClassName
{
background-color: #9DF60F;
}
</style>
border-color css
<style>
span { border-color: #9DF60F; }
span { border-color: rgb(157,246,15); }
td.TdClassName
{
border-color: #9DF60F;
}
.TagClassName
{
border-color: #9DF60F;
}
</style>