Shades of Spring Bud #9DF600
Tints of Spring Bud #9DF600
RGB
CMYK
RGB Variations
Color information
#9DF600 (or 0x9DF600) is known color: Spring Bud. HEX triplet: 9D, F6 and 00. RGB value is (157,246,0). Sum of RGB (Red+Green+Blue) = 157+246+0=403 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.96% from 403); Green value is 246 (96.48% from 255 or 61.04% from 403); Blue value is 0 (0.39% from 255 or 0% from 403); Max value from RGB is 246 - color contains mainly: green. Hex color #9DF600 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF600 is #6209FF. Grayscale: #C0C0C0. Windows color (decimal): -6425088 or 63133. OLE color: 63133.
HSL color Cylindrical-coordinate representation of color #9DF600: hue angle of 81.71º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9DF600 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 157 | 246 | 0 | - |
| CMYK | 0.36 | 0 | 1 | 0.04 |
| HSL | 81.71º | 1% | 0.48% | - |
| HSV(B) | 81.71º | 1% | 0.96% | - |
| XYZ | 46.86 | 73.08 | 11.64 | - |
| YUV | 191.35 | 20.01 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 246 | 0 | 0.36 | 0 | 1 | 0.04 | 81.71 | 1 | 0.48 |
| Hex | 9D | F6 | 0 | 24 | 0 | 64 | 4 | 52 | 64 | 30 |
| Octal | 235 | 366 | 0 | 44 | 0 | 144 | 4 | 122 | 144 | 60 |
| Binary | 10011101 | 11110110 | 0 | 100100 | 0 | 1100100 | 100 | 1010010 | 1100100 | 110000 |
Color Harmonies of #9DF600
Complementary color
Monochromatic Colors of #9DF600
Black with #9DF600
Text Example
Text Example
White with #9DF600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF600; }
p { color: rgb(157,246,0); }
H1.HeaderClassName
{
color: #9DF600;
}
.AnyTagClassName
{
color: #9DF600;
}
</style>
background-color css
<style>
a { background-color: #9DF600; }
a { background-color: rgb(157,246,0); }
div.DivClassName
{
background-color: #9DF600;
}
.BgClassName
{
background-color: #9DF600;
}
</style>
border-color css
<style>
span { border-color: #9DF600; }
span { border-color: rgb(157,246,0); }
td.TdClassName
{
border-color: #9DF600;
}
.TagClassName
{
border-color: #9DF600;
}
</style>